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, brett.cannon, schmir
Date 2008-03-18.16:04:57
SpamBayes Score 0.25125933
Marked as misclassified No
Message-id <1205856298.66.0.000515606933235.issue2386@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch fixes the problem.

Note that the original os.strerror code was not standard compliant.

See e.g.
http://www.opengroup.org/onlinepubs/000095399/functions/strerror.html
History
Date User Action Args
2008-03-18 16:04:58belopolskysetspambayes_score: 0.251259 -> 0.25125933
recipients: + belopolsky, brett.cannon, schmir
2008-03-18 16:04:58belopolskysetspambayes_score: 0.251259 -> 0.251259
messageid: <1205856298.66.0.000515606933235.issue2386@psf.upfronthosting.co.za>
2008-03-18 16:04:58belopolskylinkissue2386 messages
2008-03-18 16:04:57belopolskycreate