diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2011-04-22 14:16:40 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2011-04-22 14:16:40 +0200 |
| commit | b38dfc03ab923a3b9bbae330ec5737da104e6d8b (patch) | |
| tree | 2be933810c7cf28c453f82de4e8f423332d13a89 | |
| parent | a4a697b69cbddbd03a5db410a3bcaac52c2afb85 (diff) | |
| download | python-decorator-git-b38dfc03ab923a3b9bbae330ec5737da104e6d8b.tar.gz | |
Added a note about the Python 3 classifier in decorator/setup.py
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index d5488ad..ea4fd30 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,7 +4,8 @@ HISTORY 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 - Python 3.2 convention, as requested by Ram Rachum, (22/04/2011) + Python 3.2 convention, as requested by Ram Rachum; added + the Python 3 classifier to setup.py (22/04/2011) 3.3. Added support for function annotations (1/1/2011) 3.2.1. Now the .func_globals of the decorated function are the same of the undecorated function, as requested by Paul Ollis (28/12/2010) |
