[issue12801] C realpath not used by os.path.realpath
Éric Araujo
report at bugs.python.org
Sun Aug 21 15:53:39 CEST 2011
Éric Araujo <merwok at netwok.org> added the comment:
+ Return a string representing the canonicalized pathname of *path*.
This sounds a bit strange to me; “Return a string representing the canonical version of *path*”.
Would it be a good idea to use the full docstring of posixpath.realpath to os.realpath and then just do “realpath = os.realpath” in posixpath?
----------
nosy: +eric.araujo
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12801>
_______________________________________
More information about the Python-bugs-list
mailing list