Changes between Initial Version and Version 1 of Ticket #21409, comment 7


Ignore:
Timestamp:
Sep 6, 2014, 6:43:21 AM (10 years ago)
Author:
Harry Percival

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?
     1As 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?
    22
    33{{{
Back to Top