Changes between Version 1 and Version 2 of Ticket #21409, comment 7
- Timestamp:
- Sep 6, 2014, 6:43:42 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21409, comment 7
v1 v2 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 {{{