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 tim.golden
Recipients brian.curtin, georg.brandl, jteh, lygstate, mcjeff, ncoghlan, pitrou, shimizukawa, tim.golden
Date 2013-10-24.13:25:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382621122.1.0.059340988751.issue14255@psf.upfronthosting.co.za>
In-reply-to
Content
normpath doesn't really buy anything here as abspath already has the same effect (plus more). Patch attach removes normcase|path leaving only abspath.
History
Date User Action Args
2013-10-24 13:25:22tim.goldensetrecipients: + tim.golden, georg.brandl, ncoghlan, pitrou, brian.curtin, mcjeff, jteh, shimizukawa, lygstate
2013-10-24 13:25:22tim.goldensetmessageid: <1382621122.1.0.059340988751.issue14255@psf.upfronthosting.co.za>
2013-10-24 13:25:22tim.goldenlinkissue14255 messages
2013-10-24 13:25:21tim.goldencreate