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 apolkosnik
Recipients NewerCookie, alanmcintyre, amaury.forgeotdarc, apolkosnik, chuck, ronaldoussoren, serhiy.storchaka, terry.reedy
Date 2013-10-31.18:56:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383245795.19.0.343804172025.issue6839@psf.upfronthosting.co.za>
In-reply-to
Content
Just tested my patch on mac, and it appears that it didn't work on OSX (and likely on other unix platforms too).

Conclusion... os.path.basename() will not do anything to windows paths when running on unix.

I'm thinking that instead of bailing at 'File name in directory "%s" and header "%s" differ.', the library should just print a warning, and continue.
History
Date User Action Args
2013-10-31 18:56:35apolkosniksetrecipients: + apolkosnik, terry.reedy, ronaldoussoren, amaury.forgeotdarc, alanmcintyre, NewerCookie, chuck, serhiy.storchaka
2013-10-31 18:56:35apolkosniksetmessageid: <1383245795.19.0.343804172025.issue6839@psf.upfronthosting.co.za>
2013-10-31 18:56:35apolkosniklinkissue6839 messages
2013-10-31 18:56:34apolkosnikcreate