summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2011-04-22 14:16:40 +0200
committerMichele Simionato <michele.simionato@gmail.com>2011-04-22 14:16:40 +0200
commit50585f878d39a35c5d2726374e824cc396d8ea78 (patch)
tree25908ed20c298ceb58704dafd791c9664594e106
parentb797bd5c7146400447378c3b6f0dba6d2aa03c05 (diff)
downloadmicheles-50585f878d39a35c5d2726374e824cc396d8ea78.tar.gz
Added a note about the Python 3 classifier in decorator/setup.py
-rw-r--r--decorator/CHANGES.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/decorator/CHANGES.txt b/decorator/CHANGES.txt
index d5488ad..ea4fd30 100644
--- a/decorator/CHANGES.txt
+++ b/decorator/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)