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 coldfix
Recipients coldfix, ncoghlan, xtreak
Date 2018-09-17.12:43:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537188214.79.0.956365154283.issue34624@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for your response. I have opened a PR at [1] that would remove the re.escape such that the implementation matches the documentation if you decide that this is fine.

[1]: https://github.com/python/cpython/pull/9358

Personally, I would go even further and always add the `(\..*)?$` suffix (instead of only `$`) to make it easier to match all modules in a package which is probably the most important use-case for the case of packages. What do you think?
History
Date User Action Args
2018-09-17 12:43:34coldfixsetrecipients: + coldfix, ncoghlan, xtreak
2018-09-17 12:43:34coldfixsetmessageid: <1537188214.79.0.956365154283.issue34624@psf.upfronthosting.co.za>
2018-09-17 12:43:34coldfixlinkissue34624 messages
2018-09-17 12:43:34coldfixcreate