[issue4900] Can't Locate File with No Capital in Name

2009-01-09 Thread mark pennock
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

[issue4900] Can't Locate File with No Capital in Name

2009-01-09 Thread mark pennock
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", &

[issue4900] Can't Locate File with No Capital in Name

2009-01-09 Thread mark pennock
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