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 belopolsky
Recipients belopolsky
Date 2008-03-19.01:24:50
SpamBayes Score 0.0
Marked as misclassified No
Message-id <1205889895.08.0.168690164912.issue2413@psf.upfronthosting.co.za>
In-reply-to
Content
ISO/ANSI C strerror indicates out of range error by setting errno, but 
existing code incorrectly checks for NULL return value.  Attached patch 
(tested n Mac OS X) makes  os.strerror raise ValueError for out of range 
argument.
History
Date User Action Args
2009-03-09 14:36:51georg.brandlsetspambayes_score: 0.675482 -> 0.0
2008-03-19 01:24:55belopolskysetspambayes_score: 0.675482 -> 0.675482
recipients: + belopolsky
2008-03-19 01:24:55belopolskysetspambayes_score: 0.675482 -> 0.675482
messageid: <1205889895.08.0.168690164912.issue2413@psf.upfronthosting.co.za>
2008-03-19 01:24:51belopolskylinkissue2413 messages
2008-03-19 01:24:51belopolskycreate