Edgewall Software

Changes between Version 5 and Version 6 of TracDev/ApiChanges/1.1.1


Ignore:
Timestamp:
Sep 16, 2012, 3:46:20 PM (12 years ago)
Author:
Christian Boos
Comment:

new in Python 2.6

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/1.1.1

    v5 v6  
    1919OPEN //Python 2.5 support has been dropped.
    2020Only Python versions 2.6 and 2.7 are supported.//
    21 
     21A few possible benefits of dropping 2.5 support:
     22 - remove `__future__ import with_statement `
     23 - use `format()`, `print()`
     24 - `except Cls as val`
     25 - class decorators to avoid the `implements` hack?
     26 - `@prop.setter` / `@prop.deleter`
     27 - `namedtuple`s!
    2228
    2329=== Modified Dependencies ===