summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authormicheles <micheles@micheles-mac>2010-05-22 09:08:40 +0200
committermicheles <micheles@micheles-mac>2010-05-22 09:08:40 +0200
commit3346499362d111158ae051a2bb17504f01344d58 (patch)
tree1de31cfbde75976252ed6df924ec6beeae7f4e81 /CHANGES.txt
parent4452ad10bcf032717f561bc825538e6daecd4c8a (diff)
downloadpython-decorator-git-3346499362d111158ae051a2bb17504f01344d58.tar.gz
Version 3.2 of the decorator module
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a18d568..4e54d9b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,9 +1,10 @@
HISTORY
----------
-3.2. Added __version__, removed functionality which has been deprecated for
- more than one year, removed the confusing decorator_factory example
- from the documentation (21/01/2010)
+3.2. Added __version__ (thanks to Gregg Lind), removed functionality which
+ has been deprecated for years, removed the confusing decorator_factory
+ example and added full support for Python 3 (thanks to Claus Klein)
+ (22/05/2010)
3.1.2. Added attributes args, varargs, keywords and arg0, ..., argN
to FunctionMaker objects generated from a function; fixed another
Pylons-breaking bug signaled by Lawrence Oluyede (25/08/2009)