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 martin.panter
Recipients Eugene Viktorov, SilentGhost, eryksun, martin.panter, terry.reedy, vstinner
Date 2016-02-20.21:57:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456005421.45.0.239411646703.issue26385@psf.upfronthosting.co.za>
In-reply-to
Content
I think patch 3 is good for Python 3, thankyou. For Python 2, the test will have to be adjusted. From memory, mode='wr' is accepted without an exception, and mode=2 triggers an early error (so we never trigger the bug).
History
Date User Action Args
2016-02-20 21:57:01martin.pantersetrecipients: + martin.panter, terry.reedy, vstinner, SilentGhost, eryksun, Eugene Viktorov
2016-02-20 21:57:01martin.pantersetmessageid: <1456005421.45.0.239411646703.issue26385@psf.upfronthosting.co.za>
2016-02-20 21:57:01martin.panterlinkissue26385 messages
2016-02-20 21:57:01martin.pantercreate