Changes between Version 53 and Version 54 of Plan/Python3
- Timestamp:
- 01/28/2013 02:39:49 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Plan/Python3
v53 v54 5 5 == Strategy == 6 6 7 * Single source - The result will be a version of Twisted that is source-compatible with Python 2.6, Python 2.7, and Python 3.3. 7 * Single source - The result will be a version of Twisted that is source-compatible with Python 2.6, Python 2.7, and Python 3.3. Please note that this specifically means you '''should not use 2to3 at any point in this process'''. 8 8 * Test-driven - Following the standard Twisted development process, all changed code will be fully automatically unit tested. 9 9 * Opportunistic - Where module dependencies (within Twisted) need to be ported to support porting of the high-priority modules, subsets of the module may be ported to provide specific functionality (but less than the full module).
