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 larry
Recipients Arfrever, Mark.Shannon, do1, larry, loewis, ned.deily, pitrou, vstinner
Date 2012-07-15.01:14:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342314882.17.0.986170689792.issue15301@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a first cut at a patch.  It's really just an update of Victor's patch to #4591 (done with his blessing).  I tweaked it slightly; the parsing functions are now O& converter functions.

I also added a reasonable unit test.  Note however that the unit test is only run if you run the test as root.

I don't think this needs any documentation, just a Misc/NEWS entry.

If someone can give me quick turnaround on a review (or two) maybe we can get this in before beta 2 tomorrow.

I'm adding Antoine and MvL as they were in on the earliest known bug of this class.
History
Date User Action Args
2012-07-15 01:14:42larrysetrecipients: + larry, loewis, pitrou, vstinner, ned.deily, Arfrever, Mark.Shannon, do1
2012-07-15 01:14:42larrysetmessageid: <1342314882.17.0.986170689792.issue15301@psf.upfronthosting.co.za>
2012-07-15 01:14:41larrylinkissue15301 messages
2012-07-15 01:14:41larrycreate