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 mstol
Recipients ezio.melotti, mrabarnett, mstol
Date 2014-11-26.14:38:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417012682.69.0.309395771021.issue22949@psf.upfronthosting.co.za>
In-reply-to
Content
it can be changed easyly with changing the return statement in 
fnmatch.py function translate 

from:
    return res + '\Z(?ms)'

to:
    return '^' + res + '\Z(?ms)'
History
Date User Action Args
2014-11-26 14:38:02mstolsetrecipients: + mstol, ezio.melotti, mrabarnett
2014-11-26 14:38:02mstolsetmessageid: <1417012682.69.0.309395771021.issue22949@psf.upfronthosting.co.za>
2014-11-26 14:38:02mstollinkissue22949 messages
2014-11-26 14:38:02mstolcreate