Changes between Version 51 and Version 52 of Plan/Python3
- Timestamp:
- 01/21/2013 11:10:14 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Plan/Python3
v51 v52 206 206 207 207 Some further ideas to consider: https://wiki.ubuntu.com/Python/3 208 209 === Documentation === 210 211 Documentation potentially requires porting as well. An individual example (ie, one of the runnable .py files in a ''doc/<project>/examples/'' directory) can be treated much as a module for the purposes of the porting workflow. One difference, however, is that the example is not added to the list of ported modules in `admin/_twistedpython3.py`. 212 213 As with the rest of Twisted, the goal for porting documentation should be a version which is compatible with all supported versions of Python (eg, at this time, Python 2.6, Python 2.7, and Python 3.3).
