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 tim.peters
Recipients Arfrever, christian.heimes, fweimer, iankko, mpessas, pitrou, tim.peters, timehorse
Date 2013-05-16.17:39:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368725987.68.0.61040130883.issue17980@psf.upfronthosting.co.za>
In-reply-to
Content
Wildcard matching can easily be done in worst-case linear time, but not with regexps.  doctest.py's internal _ellipsis_match() shows one way to do it (doctest can use "..." as a wildcard marker).
History
Date User Action Args
2013-05-16 17:39:47tim.peterssetrecipients: + tim.peters, pitrou, christian.heimes, timehorse, Arfrever, iankko, fweimer, mpessas
2013-05-16 17:39:47tim.peterssetmessageid: <1368725987.68.0.61040130883.issue17980@psf.upfronthosting.co.za>
2013-05-16 17:39:47tim.peterslinkissue17980 messages
2013-05-16 17:39:47tim.peterscreate