Changes between Version 12 and Version 13 of PythonGuidelines
- Timestamp:
- Apr 3, 2010, 1:20:46 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PythonGuidelines
v12 v13 46 46 import sys 47 47 }}} 48 This keeps the ordering the same when chan ing a `from` statement to an `import` statement, or vice versa.48 This keeps the ordering the same when changing a `from` statement to an `import` statement, or vice versa. 49 49 50 50 == Upgrading from Python 2.3 or Python 2.4 ==