[issue12801] C realpath not used by os.path.realpath

Ross Lagerwall report at bugs.python.org
Sun Aug 21 07:04:05 CEST 2011


Ross Lagerwall <rosslagerwall at gmail.com> added the comment:

An initial patch.

The first problem is that before, os.path.realpath('') == os.path.realpath('.')
but this is not true for realpath(3).

Thus, the test suite does not run because it relies on this behaviour.

----------
keywords: +patch
Added file: http://bugs.python.org/file22970/i12801.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12801>
_______________________________________


More information about the Python-bugs-list mailing list