From 50585f878d39a35c5d2726374e824cc396d8ea78 Mon Sep 17 00:00:00 2001 From: Michele Simionato Date: Fri, 22 Apr 2011 14:16:40 +0200 Subject: Added a note about the Python 3 classifier in decorator/setup.py --- decorator/CHANGES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.1