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 yselivanov
Recipients chris.jerdonek, codefisher, docs@python, eric.araujo, ezio.melotti, georg.brandl, loewis, stutzbach, techtonik, terry.reedy, yselivanov
Date 2012-10-27.16:09:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351354145.19.0.601194563477.issue8040@psf.upfronthosting.co.za>
In-reply-to
Content
Maybe it's a good idea to modify `url_re` from

/\.org\/(py3k|dev|((release\/)?\d\.\d[\w\d\.]*))\//

to

/\.org\/(\d|py3k|dev|((release\/)?\d\.\d[\w\d\.]*))\//

To be prepared for PEP 430.
History
Date User Action Args
2012-10-27 16:09:05yselivanovsetrecipients: + yselivanov, loewis, georg.brandl, terry.reedy, techtonik, stutzbach, ezio.melotti, eric.araujo, chris.jerdonek, docs@python, codefisher
2012-10-27 16:09:05yselivanovsetmessageid: <1351354145.19.0.601194563477.issue8040@psf.upfronthosting.co.za>
2012-10-27 16:09:05yselivanovlinkissue8040 messages
2012-10-27 16:09:05yselivanovcreate