STINNER Victor <victor.stin...@haypocalc.com> added the comment: - 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). ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue13234> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com