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 r.david.murray
Recipients Arfrever, georg.brandl, larry, python-dev, r.david.murray, richard, serhiy.storchaka, vajrasky, vstinner
Date 2014-03-13.15:43:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394725439.95.0.440794237142.issue20517@psf.upfronthosting.co.za>
In-reply-to
Content
In 3.3:

>>> x = OSError(2, 'No such file or directory', 'foo', 0, 'bar')
>>> str(x)
"(2, 'No such file or directory', 'foo', 0, 'bar')"

So, I don't see this as a realistic backwards compatibility problem worthy of a porting note.
History
Date User Action Args
2014-03-13 15:44:00r.david.murraysetrecipients: + r.david.murray, richard, georg.brandl, vstinner, larry, Arfrever, python-dev, serhiy.storchaka, vajrasky
2014-03-13 15:43:59r.david.murraysetmessageid: <1394725439.95.0.440794237142.issue20517@psf.upfronthosting.co.za>
2014-03-13 15:43:59r.david.murraylinkissue20517 messages
2014-03-13 15:43:59r.david.murraycreate