Message7621

Author fwierzbicki
Recipients fwierzbicki, jupake
Date 2013-02-05.19:32:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360092763.23.0.701285934671.issue1968@psf.upfronthosting.co.za>
In-reply-to
Content
Patch applied in http://hg.python.org/jython/rev/faf635092bdb

Note: I was able to delete test_csv altogether, as it looks like the IO issue is fixed. Also, I specifically checked for PyFile.class instead of making a list, as CPython 3.x fixes Float.__str__ instead and eliminates the check (so now there is less to delete in 3.x).
History
Date User Action Args
2013-02-05 19:32:43fwierzbickisetmessageid: <1360092763.23.0.701285934671.issue1968@psf.upfronthosting.co.za>
2013-02-05 19:32:43fwierzbickisetrecipients: + fwierzbicki, jupake
2013-02-05 19:32:43fwierzbickilinkissue1968 messages
2013-02-05 19:32:43fwierzbickicreate