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 fweimer
Recipients Arfrever, bkabrda, christian.heimes, fweimer, georg.brandl, gregory.p.smith, iankko, mpessas, pitrou, tim.peters, timehorse, vstinner
Date 2013-05-17.08:20:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368778828.83.0.836464500084.issue17980@psf.upfronthosting.co.za>
In-reply-to
Content
> "*" pattern is replace with '[^.]+' regex, so I may not cause the exponential complexity issue. (I didn't check.)

A possessive quantifier might also help, that is [^.]+?.
History
Date User Action Args
2013-05-17 08:20:28fweimersetrecipients: + fweimer, tim.peters, georg.brandl, gregory.p.smith, pitrou, vstinner, christian.heimes, timehorse, Arfrever, iankko, bkabrda, mpessas
2013-05-17 08:20:28fweimersetmessageid: <1368778828.83.0.836464500084.issue17980@psf.upfronthosting.co.za>
2013-05-17 08:20:28fweimerlinkissue17980 messages
2013-05-17 08:20:28fweimercreate