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 ronaldoussoren
Recipients benjamin.peterson, christian.heimes, gregory.p.smith, irving, ned.deily, ronaldoussoren
Date 2008-05-02.22:36:30
SpamBayes Score 0.009401308
Marked as misclassified No
Message-id <1209767792.24.0.254403476598.issue2158@psf.upfronthosting.co.za>
In-reply-to
Content
AFAIK this is fixed in the trunk, you'll get a message that the filename 
or mode is incorrect (but not which one).

That's the best open() can do because the underlying C API doesn't give 
enough information to decide which argument is unacceptable.

(I'm changing this to the library component instead of the Macintosh one 
because this was a buglet in the platform-independent stdlib).

The trunk was fixed in r61468, that might be a backport candidate, 
adding gregory.p.smith to the nosy list because he commited that 
revision.
History
Date User Action Args
2008-05-02 22:36:32ronaldoussorensetspambayes_score: 0.00940131 -> 0.009401308
recipients: + ronaldoussoren, gregory.p.smith, christian.heimes, benjamin.peterson, irving, ned.deily
2008-05-02 22:36:32ronaldoussorensetspambayes_score: 0.00940131 -> 0.00940131
messageid: <1209767792.24.0.254403476598.issue2158@psf.upfronthosting.co.za>
2008-05-02 22:36:31ronaldoussorenlinkissue2158 messages
2008-05-02 22:36:30ronaldoussorencreate