This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ms_
Recipients
Date 2004-08-26.16:19:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=994316

The updated patch is against anon CVS as of 26 Aug 2004, 17:00.  
 
This patch leaves the keyword unchanged as "using". All tests 
pass on my machine (with "make testall"). 
 
The key change is that the keyword - and hence decorators must 
now be actively switched on using a "from __future__ import 
decorators" statement. The code using this is heavily based on the 
same approach that "from __future__ import generators" took  -- 
indeed reusing as much as possible.  
 
I suspect that it might be wise to have more tests regarding 
decorators, and the docs might need a small amount of work, any 
feedback welcome on this point. 
 
History
Date User Action Args
2007-08-23 15:39:31adminlinkissue1013835 messages
2007-08-23 15:39:31admincreate