Re: decorators when?



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>

.



Relevant Pages

  • Re: integral zeta
    ... here's a hint; everybody with deep knowledge already about zeta already knows i am correct and you are not... ... Ullrich 's lawyer in a threath that was a super ode ... David C. Ullrich ...
    (sci.math)
  • Re: Function integrable for exactly one L^p norm
    ... Thanks for the hint. ... David C. Ullrich wrote: ... disjoint sets with m= 1/2^n. ...
    (sci.math)
  • Re: Series
    ... David C. Ullrich wrote: ... Hint for an elementary explicit construction: ...
    (sci.math)
  • Re: Integral of analytic function question..
    ... That's a hint for your benefit, not a complaint, btw. ... an analytic function of w near the origin (what's ... >> David C. Ullrich ...
    (sci.math)
  • Re: decorators when?
    ... David C. Ullrich wrote: ... @decorator syntax)? ... will make decorators work in 2.5.2? ...
    (comp.lang.python)