Changes between Initial Version and Version 1 of Ticket #16074, comment 19
- Timestamp:
- Apr 7, 2012, 4:28:38 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16074, comment 19
initial v1 1 1 The commit has `__future__` imports which are not needed anymore since trunk is python2.6+. 2 3 '''EDIT''': Actually, 2.6 only raises a `DeprecationWarning` so I'm not sure my comment applies. Sorry for the noise.