Changes by mark pennock :
--
components: None
nosy: markpennock
severity: normal
status: open
title: Can't Locate File with No Capital in Name
versions: Python 2.5
___
Python tracker
<http://bugs.python.org/i
New submission from mark pennock :
error reading files in python 2.5
reports files don't exist under certain conditions
*Doesn't Work Code*
f = open("D:\test.html", "r").read()
*Does Work Code*
(Change file name and retry)
f = open("D:\Test.html", &
mark pennock added the comment:
Your right! Thanks a lot, I am obviously a newbie.
___
Python tracker
<http://bugs.python.org/issue4900>
___
___
Python-bugs-list m