Changes between Version 48 and Version 49 of Plan/Python3
- Timestamp:
- 12/07/2012 04:09:53 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Plan/Python3
v48 v49 201 201 202 202 * Initial porting effort was estimated by looking at what modules would be needed. This overlooked some modules because they are only imported inside functions. 203 * Splitting up modules into two separate implementation modules, one for ported code and one for unported code, is disruptive . Particularly, it's a great source of huge merge conflicts for development not related to the Python 3 port.203 * Splitting up modules into two separate implementation modules, one for ported code and one for unported code, is disruptive (#6183). Particularly, it's a great source of huge merge conflicts for development not related to the Python 3 port.
