Changes between and of Initial VersionVersion 26Ticket #4244
- Timestamp:
- 07/15/2012 11:09:27 AM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4244
- Property cc spiv, thijs, exarkun added
- Property branch_author changed from to loewis, thijs
- Property owner glyph deleted
- Property branch changed from to branches/setup-py3k-4244
- Property milestone changed from to Python-3.x
-
Ticket #4244 – description
initial v26 9 9 The 3.x changes can be summarized as follows: 10 10 - replace file with open. This will work on all 2.x versions, and 3.x doesn't have the 11 file builtin .11 file builtin 12 12 - provide an implementation for execfile in 3.x. 2to3 will also fix all execfile usage, 13 however, a few cases of execfile are used during the setup process .14 - parenthetise print and exec .13 however, a few cases of execfile are used during the setup process (#5129) 14 - parenthetise print and exec 15 15 - replace an unlink/EnvironmentError check in dist.py with a os.path.exists check. 16 16 This, again, should work on all Python versions, whereas the except syntax doesn't
