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 terry.reedy
Recipients NewerCookie, alanmcintyre, ronaldoussoren, terry.reedy
Date 2009-09-11.18:57:16
SpamBayes Score 0.00012687848
Marked as misclassified No
Message-id <1252695438.7.0.140732907268.issue6839@psf.upfronthosting.co.za>
In-reply-to
Content
In the case at issue, the file name is the same (contrary to the error
message). The two representations of the *path* are different, but
equivalent. There is no ambiguity: the file should be put in directory
'test' and named 'test2.txt'. So I think zipfile should do what 7zip
does and do just that.

An actual filename difference might be argued differently.
History
Date User Action Args
2009-09-11 18:57:18terry.reedysetrecipients: + terry.reedy, ronaldoussoren, alanmcintyre, NewerCookie
2009-09-11 18:57:18terry.reedysetmessageid: <1252695438.7.0.140732907268.issue6839@psf.upfronthosting.co.za>
2009-09-11 18:57:17terry.reedylinkissue6839 messages
2009-09-11 18:57:16terry.reedycreate