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 richard
Recipients alexis, eric.araujo, richard, tarek
Date 2012-10-02.00:32:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349137981.25.0.324290338592.issue16107@psf.upfronthosting.co.za>
In-reply-to
Content
The attached simple patch demonstrates the problem:

>>> str(NormalizedVersion('1.0.post1'))
'1.0.post1.z'

and includes a fix.
History
Date User Action Args
2012-10-02 00:33:02richardsetrecipients: + richard, tarek, eric.araujo, alexis
2012-10-02 00:33:01richardsetmessageid: <1349137981.25.0.324290338592.issue16107@psf.upfronthosting.co.za>
2012-10-02 00:33:00richardlinkissue16107 messages
2012-10-02 00:32:59richardcreate