Re: decorators when?
- From: Kam-Hung Soh <kamhung.soh@xxxxxxxxx>
- Date: Wed, 28 May 2008 10:32:20 +1000
David C. Ullrich wrote:
What version added decorators (using the
@decorator syntax)?
(Is there a general way I could have found out the answer myself?)
Is there a somthing such that "from __future__ import something"
will make decorators work in 2.5.2?
David C. Ullrich
See:
http://www.python.org/doc/2.4/whatsnew/whatsnew24.html
Dunno of a general way view a list of features versus releases, other than reading the "What's New in Python x" documents. Maybe some enterprising developer can compile this list? Hint, hint.
--
Kam-Hung Soh <a href="http://kamhungsoh.com/blog">Software Salariman</a>
.
- Follow-Ups:
- Re: decorators when?
- From: Dan Bishop
- Re: decorators when?
- References:
- decorators when?
- From: David C . Ullrich
- decorators when?
- Prev by Date: Re: Extracting text from a Webpage using BeautifulSoup
- Next by Date: Re: definition of a highlevel language?
- Previous by thread: Re: When was feature FOO added to Python? (was: decorators when?)
- Next by thread: Re: decorators when?
- Index(es):
Relevant Pages
|