[issue7315] os.path.normpath doesn't normalize ../path/something.py
Georg Brandl
report at bugs.python.org
Fri Nov 13 21:27:38 CET 2009
Georg Brandl <georg at python.org> added the comment:
normpath() doesn't look at the file system. It cannot know that your
current directory is ~/tmp, so it cannot know that . and ../tmp are the
same directory.
----------
nosy: +georg.brandl
resolution: -> wont fix
status: open -> closed
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7315>
_______________________________________
More information about the Python-bugs-list
mailing list