Steve Dower added the comment:

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...

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22719>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to