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 pitrou
Recipients Arfrever, christian.heimes, fweimer, iankko, mpessas, pitrou, tim.peters, timehorse
Date 2013-05-16.18:13:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368727996.2527.0.camel@fsol>
In-reply-to <1368725987.68.0.61040130883.issue17980@psf.upfronthosting.co.za>
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).

Thanks, this may be a nice enhancement for 3.4.

For 3.2 and 3.3, I'd prefer to go the safe way of simply limiting the
number of wildcards. If OpenSSL only accepts one per fragment, accepting
one or two is certainly fine for Python as well :-)
History
Date User Action Args
2013-05-16 18:13:19pitrousetrecipients: + pitrou, tim.peters, christian.heimes, timehorse, Arfrever, iankko, fweimer, mpessas
2013-05-16 18:13:19pitroulinkissue17980 messages
2013-05-16 18:13:19pitroucreate