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 docs@python, ezio.melotti, mrabarnett, mstol, serhiy.storchaka
Date 2016-10-16.08:52:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476607978.34.0.430034480421.issue22949@psf.upfronthosting.co.za>
In-reply-to
Content
Since issue22493 fnmatch.translate() uses scoped modifiers: r'(?s:%s)\Z' % res.

Here is a patch that updates the documentation for fnmatch.translate().
History
Date User Action Args
2016-10-16 08:52:58serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, mrabarnett, docs@python, mstol
2016-10-16 08:52:58serhiy.storchakasetmessageid: <1476607978.34.0.430034480421.issue22949@psf.upfronthosting.co.za>
2016-10-16 08:52:58serhiy.storchakalinkissue22949 messages
2016-10-16 08:52:58serhiy.storchakacreate