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, georg.brandl, larry, python-dev, richard, serhiy.storchaka, vajrasky, vstinner
Date 2014-02-10.11:38:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392032292.51.0.291542721454.issue20517@psf.upfronthosting.co.za>
In-reply-to
Content
Talked it over with Victor in IRC.  I agree it's best to only add the WithFilenameObjects functions, as best practice requires using the original PyObject * passed in when creating the OSError.

The attached patch removes all the new WithFilenames and WithUnicodeFilenames functions.  Note that I merely amend the existing NEWS entry rather than add a new one; the functions only lived in trunk for a couple of hours.
History
Date User Action Args
2014-02-10 11:38:12larrysetrecipients: + larry, richard, georg.brandl, vstinner, Arfrever, python-dev, serhiy.storchaka, vajrasky
2014-02-10 11:38:12larrysetmessageid: <1392032292.51.0.291542721454.issue20517@psf.upfronthosting.co.za>
2014-02-10 11:38:12larrylinkissue20517 messages
2014-02-10 11:38:12larrycreate