[issue17212] os.path.isfile() in Python 3.3 sometimes fails

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: Closing due to lack of feedback. -- nosy: +georg.brandl status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17212 ___

[issue17212] os.path.isfile() in Python 3.3 sometimes fails

2013-02-22 Thread Terry J. Reedy
Terry J. Reedy added the comment: #17137 has a patch that will be in 3.3.1, coming soon we hope. If you cannot build Python on Windows, please retest with the new release. -- nosy: +terry.reedy ___ Python tracker rep...@bugs.python.org

[issue17212] os.path.isfile() in Python 3.3 sometimes fails

2013-02-22 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- resolution: - duplicate status: open - pending superseder: - Malfunctioning compiled code in Python 3.3 x64 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17212

[issue17212] os.path.isfile() in Python 3.3 sometimes fails

2013-02-17 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +haypo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17212 ___ ___ Python-bugs-list mailing

[issue17212] os.path.isfile() in Python 3.3 sometimes fails

2013-02-17 Thread STINNER Victor
STINNER Victor added the comment: Looks like a duplicate of issue #17137. Le 17 févr. 2013 23:08, Antoine Pitrou rep...@bugs.python.org a écrit : Changes by Antoine Pitrou pit...@free.fr: -- nosy: +haypo ___ Python tracker

[issue17212] os.path.isfile() in Python 3.3 sometimes fails

2013-02-15 Thread G. Poore
New submission from G. Poore: os.path.isfile() sometimes incorrectly reports that a file does not exist under Python 3.3 (only tested under Windows). This may be encoding related. The issue only appears under a very particular set of circumstances; see comments in the attached script. The