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 tim.golden
Recipients ezio.melotti, ggenellina, srid, tim.golden
Date 2010-08-13.09:52:39
SpamBayes Score 0.0010790229
Marked as misclassified No
Message-id <1281693162.4.0.39200574679.issue6609@psf.upfronthosting.co.za>
In-reply-to
Content
Closing as "won't fix": this would be the same if you had any code which tried to do os.mkdir ("aux"). By way of comparison, Info-ZIP's UnZip returns "checkdir error: aux exists but is not directory" which actually seems less useful!

I don't believe it's the responsibility of the zipfile module (or tarfile or bz2 or any other) to silently reinterpret the names of files -- how would any code in the package expecting "aux/code.c" cope with the name change?
History
Date User Action Args
2010-08-13 09:52:42tim.goldensetrecipients: + tim.golden, ggenellina, ezio.melotti, srid
2010-08-13 09:52:42tim.goldensetmessageid: <1281693162.4.0.39200574679.issue6609@psf.upfronthosting.co.za>
2010-08-13 09:52:40tim.goldenlinkissue6609 messages
2010-08-13 09:52:39tim.goldencreate