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 serhiy.storchaka
Recipients ezio.melotti, mrabarnett, mstol, serhiy.storchaka
Date 2014-11-26.15:34:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417016062.57.0.835146997216.issue22949@psf.upfronthosting.co.za>
In-reply-to
Content
The result of fnmatch.translate() is used with re.match(). It could be even simplified if use it with re.fullmatch(), but I afraid such change can break user code.
History
Date User Action Args
2014-11-26 15:34:22serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, mrabarnett, mstol
2014-11-26 15:34:22serhiy.storchakasetmessageid: <1417016062.57.0.835146997216.issue22949@psf.upfronthosting.co.za>
2014-11-26 15:34:22serhiy.storchakalinkissue22949 messages
2014-11-26 15:34:22serhiy.storchakacreate