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 r.david.murray
Recipients Oren_Held, r.david.murray
Date 2010-05-02.16:10:10
SpamBayes Score 0.000571883
Marked as misclassified No
Message-id <1272816613.3.0.688926506943.issue8599@psf.upfronthosting.co.za>
In-reply-to
Content
The python functions are thin wrappers around the system calls, and are reporting the result of calling the corresponding system call.  The fact that the shell chooses to catch both errors and report a single one would be equivalent to, say, the cmd module doing something similar.  It would not be appropriate for the os module to combine the distinct errors into one.
History
Date User Action Args
2010-05-02 16:10:13r.david.murraysetrecipients: + r.david.murray, Oren_Held
2010-05-02 16:10:13r.david.murraysetmessageid: <1272816613.3.0.688926506943.issue8599@psf.upfronthosting.co.za>
2010-05-02 16:10:11r.david.murraylinkissue8599 messages
2010-05-02 16:10:11r.david.murraycreate