]> granicus.if.org Git - python/commit
If you entered a pathname for a nonexisting file to a FSSpec constructor
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 25 Dec 2002 22:45:28 +0000 (22:45 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 25 Dec 2002 22:45:28 +0000 (22:45 +0000)
commit00df3e052b25f3de574dd09b4912604ea45c2688
treebeb1ba52c5e22385f2fb6c9c1e763dff7bc27b1f
parentcfe28362fb9b7732e8781e8af7ed923a8ac8d517
If you entered a pathname for a nonexisting file to a FSSpec constructor
on OSX then the actual error (file not found) was obscured by the
error message that tried to be helpful about the allowed arguments. Fixed.
Mac/Modules/file/_Filemodule.c
Mac/Modules/file/filesupport.py