Edgewall Software

Changes between Version 4 and Version 5 of TracDev/ApiChanges/1.3


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

Some Python 2.7 features we can use. More can be added from reviewing whatsnew.

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/ApiChanges/1.3

    v4 v5  
    1919**Only Python version 2.7 is supported.**
    2020
    21 The following language feature introduced in Python 2.6 can now be used and the related clean-ups can be done:
    22  - TODO
     21The following language feature introduced in Python 2.7 can now be used and the related clean-ups can be done:
     22 - !OrderedDict
     23 - Set literals
     24 - Set and dictionary comprehensions
    2325
    2426TODO: List supported browsers. Consider using [http://jquery.com/browser-support/ jQuery's list].