Edgewall Software

Changes between Version 9 and Version 10 of TracDev/ApiChanges/1.1.1


Ignore:
Timestamp:
Oct 24, 2012, 5:38:42 AM (12 years ago)
Author:
Ryan J Ollos <ryan.j.ollos@…>
Comment:

Duplicate item.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/1.1.1

    v9 v10  
    2121
    2222The following language feature introduced in Python 2.6 can now be used:
    23  - remove `__future__ import with_statement `
    2423 - use string [http://docs.python.org/library/string.html#string-formatting format()], `print()`
    2524 - `except Cls as val`