Edgewall Software

Changes between Version 17 and Version 18 of TracDev/ApiChanges/1.1.4


Ignore:
Timestamp:
Mar 17, 2015, 8:29:50 PM (9 years ago)
Author:
Ryan J Ollos
Comment:

Fixed typo.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/1.1.4

    v17 v18  
    1919**Only Python versions 2.6 and 2.7 are supported.**
    2020
    21 The following language feature introduced in Python 2.6 can now be used and the related clean-ups can be done:
     21The following language features introduced in Python 2.6 can now be used and the related clean-ups can be done:
    2222 - use string [http://docs.python.org/library/string.html#string-formatting format()], `print()`
    2323 - `except Cls as val`