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 vstinner
Recipients brian.curtin, loewis, mandel, pitrou, santoso.wijaya, tim.golden, vstinner
Date 2011-10-25.20:19:53
SpamBayes Score 0.0004396329
Marked as misclassified No
Message-id <1319573993.81.0.786855014875.issue13234@psf.upfronthosting.co.za>
In-reply-to
Content
-        if (ch != SEP && ch != ALTSEP && ch != ':')
+        if (ch != '\\' && ch != '/' && ch != ':')

I don't understand this change in issue13234_py33_v4.patch (the change looks to be useless).
History
Date User Action Args
2011-10-25 20:19:53vstinnersetrecipients: + vstinner, loewis, pitrou, tim.golden, brian.curtin, santoso.wijaya, mandel
2011-10-25 20:19:53vstinnersetmessageid: <1319573993.81.0.786855014875.issue13234@psf.upfronthosting.co.za>
2011-10-25 20:19:53vstinnerlinkissue13234 messages
2011-10-25 20:19:53vstinnercreate