summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2011-09-01 11:40:06 +0200
committerMichele Simionato <michele.simionato@gmail.com>2011-09-01 11:40:06 +0200
commitecb841019341aaac531f62ac5108ed167dbdb2b1 (patch)
treed6d5d0912ec80e8138475d54226c5b81a7cd4364 /CHANGES.txt
parent9a66b8182d25a45ba667997611c38433483b7c57 (diff)
downloadpython-decorator-git-ecb841019341aaac531f62ac5108ed167dbdb2b1.tar.gz
Fixed a bug with __kwdefaults__ for Python 3
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ea4fd30..cbc1913 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,8 @@
HISTORY
----------
+3.3.2 Fixed a bug with __kwdefaults__ for Python 3, submitted by Chris
+ Ellison (01/09/2011)
3.3.1 Fixed a doctest broken for Python 3.2, as noted by
Arfrever Frehtes Taifersar Arahesis; changed the name of
the attribute ``undecorated`` to ``__wrapped__`` following the