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 twb
Recipients amaury.forgeotdarc, gregory.p.smith, r.david.murray, schmir, twb
Date 2009-09-30.19:29:49
SpamBayes Score 0.00045999137
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
os.path.realpath() doesn't normalize case, so this could have issues on
Windows. The new patch should not.

The Mac version of os.path.normpath doesn't change the path, as per the
posix version, which isn't correct on HFS+, which is not case sensitive.
That's another bug for another ticket, though.
History
Date User Action Args
2009-09-30 19:29:51twbsetrecipients: + twb, gregory.p.smith, amaury.forgeotdarc, schmir, r.david.murray
2009-09-30 19:29:51twbsetmessageid: <[email protected]>
2009-09-30 19:29:50twblinkissue6972 messages
2009-09-30 19:29:50twbcreate