diff options
| author | micheles <micheles@micheles-mac> | 2010-05-22 09:08:40 +0200 |
|---|---|---|
| committer | micheles <micheles@micheles-mac> | 2010-05-22 09:08:40 +0200 |
| commit | 3346499362d111158ae051a2bb17504f01344d58 (patch) | |
| tree | 1de31cfbde75976252ed6df924ec6beeae7f4e81 /CHANGES.txt | |
| parent | 4452ad10bcf032717f561bc825538e6daecd4c8a (diff) | |
| download | python-decorator-git-3346499362d111158ae051a2bb17504f01344d58.tar.gz | |
Version 3.2 of the decorator module
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 7 |
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) |
