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 Arfrever, eli.bendersky, ezio.melotti, larry, mrabarnett, pitrou, python-dev, serhiy.storchaka, tim.peters
Date 2013-08-04.20:44:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375649088.09.0.562915876874.issue18647@psf.upfronthosting.co.za>
In-reply-to
Content
Agree. Here is a partial patch which fixes getwidth() and doctest regexp. But I don't know how to fix _simple(). Perhaps we should permanently remove the "nothing to repeat" check. It guards only against '(.*)*', but there are other methods to make regexp matching exponential (i.e. '(.?.?)*').
History
Date User Action Args
2013-08-04 20:44:48serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, pitrou, larry, ezio.melotti, mrabarnett, Arfrever, eli.bendersky, python-dev
2013-08-04 20:44:48serhiy.storchakasetmessageid: <1375649088.09.0.562915876874.issue18647@psf.upfronthosting.co.za>
2013-08-04 20:44:48serhiy.storchakalinkissue18647 messages
2013-08-04 20:44:48serhiy.storchakacreate