Edgewall Software

Changes between Version 1 and Version 2 of Ticket #11600


Ignore:
Timestamp:
Apr 30, 2014, 8:53:58 AM (10 years ago)
Author:
Jun Omae
Comment:

json library has been added as a standard module since 2.6. We could remove except ImportError block for from json ... in tags/trac-1.1.1/trac/util/presentation.py@:306#L293.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11600

    • Property Summary Remove "from __future__ import with_statement"Remove Python 2.5 compatibility
  • Ticket #11600 – Description

    v1 v2  
    11If the changes proposed in #11581 are committed, we will start enforcing the Python 2.6 requirement on the trunk. Therefore the `from __future__ import with_statement` lines can be removed from the codebase.
     2
     3See https://docs.python.org/2/whatsnew/2.6.html