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 georg.brandl
Recipients belopolsky, georg.brandl, schmir
Date 2008-05-11.21:15:22
SpamBayes Score 0.072184764
Marked as misclassified No
Message-id <1210540529.34.0.835570977576.issue2413@psf.upfronthosting.co.za>
In-reply-to
Content
IMO, the current behavior is the least problematic. It also mirrors the
rest of Python's posix-wrapping calls: if something usable is returned,
use it; if NULL is returned, raise an error.

For most people, "Unknown error XXX" or "Value error: strerror()
argument out of range" won't be much different in terms of user experience.

Rejecting this patch.
History
Date User Action Args
2008-05-11 21:15:31georg.brandlsetspambayes_score: 0.0721848 -> 0.072184764
recipients: + georg.brandl, belopolsky, schmir
2008-05-11 21:15:29georg.brandlsetspambayes_score: 0.0721848 -> 0.0721848
messageid: <1210540529.34.0.835570977576.issue2413@psf.upfronthosting.co.za>
2008-05-11 21:15:27georg.brandllinkissue2413 messages
2008-05-11 21:15:24georg.brandlcreate