This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author markon
Recipients brett.cannon, ezio.melotti, markon, swarecki
Date 2009-10-17.15:15:22
SpamBayes Score 0.00079331646
Marked as misclassified No
Message-id <1255792525.17.0.933244336721.issue6975@psf.upfronthosting.co.za>
In-reply-to
Content
I've just found a similar bug:
http://bugs.python.org/issue1646838

However, does os.path.realpath's behavior have to be as the one
specified by the POSIX standard (
http://www.kernel.org/doc/man-pages/online/pages/man3/realpath.3.html )?
If we wanted to follow the standard, we should break the
retro-compatibility, since we should raise an exception in the case the
path passed as argument doesn't exist.
History
Date User Action Args
2009-10-17 15:15:25markonsetrecipients: + markon, brett.cannon, swarecki, ezio.melotti
2009-10-17 15:15:25markonsetmessageid: <1255792525.17.0.933244336721.issue6975@psf.upfronthosting.co.za>
2009-10-17 15:15:23markonlinkissue6975 messages
2009-10-17 15:15:22markoncreate