On May 27, 7:32 pm, Kam-Hung Soh <[EMAIL PROTECTED]> wrote:
> 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"
"Ben Finney" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
| David C. Ullrich <[EMAIL PROTECTED]> writes:
|
| > What version added decorators (using the @decorator syntax)?
| >
| > (Is there a general way I could have found out the answer myself?)
|
| For standard library features,
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.pyth
David C. Ullrich <[EMAIL PROTECTED]> writes:
> What version added decorators (using the @decorator syntax)?
>
> (Is there a general way I could have found out the answer myself?)
For standard library features, the documentation for a module
http://www.python.org/doc/lib/> usually says "(New in 2