summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorblackbird <devnull@localhost>2006-12-21 22:23:56 +0100
committerblackbird <devnull@localhost>2006-12-21 22:23:56 +0100
commit179594be9cf0d757ab28bd037c09130ab5943a38 (patch)
treeb0d15b20292b20a5874f277d829bbd7af5837bb8 /docs/src
parent63072fa1f571106d27fd666372ac908332e71d11 (diff)
downloadpygments-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.txt3
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.