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 Arfrever
Recipients Arfrever, ezio.melotti, mrabarnett, python-dev, serhiy.storchaka, techmaurice, vstinner
Date 2013-02-17.23:44:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361144679.1.0.975731627878.issue13169@psf.upfronthosting.co.za>
In-reply-to
Content
Some third-party modules (e.g. epydoc) refer to sre_constants.MAXREPEAT.
Please add 'from _sre import MAXREPEAT' to Lib/sre_constants.py for compatibility.
History
Date User Action Args
2013-02-17 23:44:39Arfreversetrecipients: + Arfrever, vstinner, ezio.melotti, mrabarnett, python-dev, techmaurice, serhiy.storchaka
2013-02-17 23:44:39Arfreversetmessageid: <1361144679.1.0.975731627878.issue13169@psf.upfronthosting.co.za>
2013-02-17 23:44:39Arfreverlinkissue13169 messages
2013-02-17 23:44:38Arfrevercreate