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 gpoore
Recipients gpoore
Date 2013-02-15.22:49:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360968598.97.0.73683430526.issue17212@psf.upfronthosting.co.za>
In-reply-to
Content
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 attached script demonstrates the issue by testing for an arbitrary file x.txt (you will need to create a file with that name for the test script to work).
History
Date User Action Args
2013-02-15 22:49:59gpooresetrecipients: + gpoore
2013-02-15 22:49:58gpooresetmessageid: <1360968598.97.0.73683430526.issue17212@psf.upfronthosting.co.za>
2013-02-15 22:49:58gpoorelinkissue17212 messages
2013-02-15 22:49:58gpoorecreate