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 Isaac Muse
Recipients Isaac Muse
Date 2020-02-03.00:15:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1580688933.77.0.936038690429.issue39532@roundup.psfhosted.org>
In-reply-to
Content
The more I think about this, I think the normalization of paths is actually fine, it is the normalization of the patterns that is problematic, or more the difference in normalization. I could live with the pattern normalization of `.` and trailing `/` if it was at least consistent with what happens in paths. I still find the modification of the glob pattern in this manner surprising, but at least it wouldn't' cause cases like this to fail.
History
Date User Action Args
2020-02-03 00:15:33Isaac Musesetrecipients: + Isaac Muse
2020-02-03 00:15:33Isaac Musesetmessageid: <1580688933.77.0.936038690429.issue39532@roundup.psfhosted.org>
2020-02-03 00:15:33Isaac Muselinkissue39532 messages
2020-02-03 00:15:33Isaac Musecreate