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 chris.jerdonek
Recipients Arfrever, asvetlov, chris.jerdonek
Date 2012-10-09.07:53:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349769240.12.0.472085843057.issue16114@psf.upfronthosting.co.za>
In-reply-to
Content
> BTW, the patch fails for 3.2 and 3.3 but works for 3.4

By "patch" do you mean "test"?  And by "works", do you mean fails or succeeds? :)

I haven't prepared a patch yet, but I just started working on it.  On my machine, I found that the test fails as is on 3.3 and 3.4, but on 3.2 it fails for a different reason: the FileNotFoundError needs to be switched to OSError (which was to be expected).
History
Date User Action Args
2012-10-09 07:54:00chris.jerdoneksetrecipients: + chris.jerdonek, Arfrever, asvetlov
2012-10-09 07:54:00chris.jerdoneksetmessageid: <1349769240.12.0.472085843057.issue16114@psf.upfronthosting.co.za>
2012-10-09 07:54:00chris.jerdoneklinkissue16114 messages
2012-10-09 07:53:59chris.jerdonekcreate