diff options
author | blackbird <devnull@localhost> | 2006-12-21 22:23:56 +0100 |
---|---|---|
committer | blackbird <devnull@localhost> | 2006-12-21 22:23:56 +0100 |
commit | 179594be9cf0d757ab28bd037c09130ab5943a38 (patch) | |
tree | b0d15b20292b20a5874f277d829bbd7af5837bb8 /docs/src | |
parent | 63072fa1f571106d27fd666372ac908332e71d11 (diff) | |
download | pygments-179594be9cf0d757ab28bd037c09130ab5943a38.tar.gz |
[svn] added entry to CHANGES, made @simplefilter less magic and pickleable
Diffstat (limited to 'docs/src')
-rw-r--r-- | docs/src/filterdevelopment.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/src/filterdevelopment.txt b/docs/src/filterdevelopment.txt index 5538eb35..9c902d12 100644 --- a/docs/src/filterdevelopment.txt +++ b/docs/src/filterdevelopment.txt @@ -66,3 +66,6 @@ module: ttype is Name.Class): ttype = Name yield ttype, value + +The decorator automatically subclasses an internal filter class and uses +the decorated function for filtering. |