Message146398
- 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). |
|
Date |
User |
Action |
Args |
2011-10-25 20:19:53 | vstinner | set | recipients:
+ vstinner, loewis, pitrou, tim.golden, brian.curtin, santoso.wijaya, mandel |
2011-10-25 20:19:53 | vstinner | set | messageid: <1319573993.81.0.786855014875.issue13234@psf.upfronthosting.co.za> |
2011-10-25 20:19:53 | vstinner | link | issue13234 messages |
2011-10-25 20:19:53 | vstinner | create | |
|