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 steve.dower
Recipients hosford42, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2014-10-24.16:37:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414168675.57.0.568764361735.issue22719@psf.upfronthosting.co.za>
In-reply-to
Content
I wonder whether the same thing occurs if you're not appending a new extension each time? There could be some optimisation (from the dark old days of 8.3 filename) that compares "baseExcel" and ".bak" separately and assumes that the name is known.

Last I looked at the code for stat() and isfile(), it was going directly to the Win32 API and not via the CRT. Though that may not have been the case in 3.3...
History
Date User Action Args
2014-10-24 16:37:55steve.dowersetrecipients: + steve.dower, tim.golden, r.david.murray, zach.ware, hosford42
2014-10-24 16:37:55steve.dowersetmessageid: <1414168675.57.0.568764361735.issue22719@psf.upfronthosting.co.za>
2014-10-24 16:37:55steve.dowerlinkissue22719 messages
2014-10-24 16:37:55steve.dowercreate