]> granicus.if.org Git - python/commit
Fix the IOError message text when opening a file with an invalid filename.
authorGregory P. Smith <greg@mad-scientist.com>
Tue, 18 Mar 2008 00:20:01 +0000 (00:20 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Tue, 18 Mar 2008 00:20:01 +0000 (00:20 +0000)
commit887290d275a68754aa15a9924640faab392754b6
tree96be6a057c29a963fce2c9692da4c7580e4920d2
parenta7d57cd4336c72b9268ab1bc430ac15e28517797
Fix the IOError message text when opening a file with an invalid filename.
Error reported by Ilan Schnell.
Objects/fileobject.c