Changes between Initial Version and Version 1 of Ticket #21409, comment 7
- Timestamp:
- Sep 6, 2014, 6:43:21 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21409, comment 7
initial v1 1 As of Python 3.4, __file__ will always return an absolute path. Could that be an argument for adding the abspath as the innermost call, to make sure that the behaviour in 3.4+ is the same as previous versions?1 As of Python 3.4, \__file__ will always return an absolute path. Could that be an argument for adding the abspath as the innermost call, to make sure that the behaviour in 3.4+ is the same as previous versions? 2 2 3 3 {{{