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 serhiy.storchaka
Recipients Arfrever, georg.brandl, larry, richard, serhiy.storchaka, vajrasky, vstinner
Date 2014-02-09.17:42:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391967755.7.0.270787971289.issue20517@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure that PyErr_SetFromWindowsErrWithFilenames() and PyErr_SetExcFromWindowsErrWithFilenames() will be useful. "const char*" filenames are not recommended on Windows. Victor can say more.
History
Date User Action Args
2014-02-09 17:42:35serhiy.storchakasetrecipients: + serhiy.storchaka, richard, georg.brandl, vstinner, larry, Arfrever, vajrasky
2014-02-09 17:42:35serhiy.storchakasetmessageid: <1391967755.7.0.270787971289.issue20517@psf.upfronthosting.co.za>
2014-02-09 17:42:35serhiy.storchakalinkissue20517 messages
2014-02-09 17:42:35serhiy.storchakacreate