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 eric.smith
Recipients eric.smith, mark.dickinson
Date 2009-05-03.15:36:22
SpamBayes Score 3.21132e-13
Marked as misclassified No
Message-id <1241364984.49.0.353723735713.issue5914@psf.upfronthosting.co.za>
In-reply-to
Content
This looks okay to me (although since it's not hooked up I haven't
tested it). I particularly like that it doesn't allow leading
whitespace, and that the caller no longer has to remember errno
(forgetting to set and/or test it have both caused me problems in the past).

Does the whitespace change cause any problems for any internal code? I
wouldn't think so, but I haven't looked at it.

As long as you're at it, I'd suggest deprecating PyOS_ascii_*.
History
Date User Action Args
2009-05-03 15:36:24eric.smithsetrecipients: + eric.smith, mark.dickinson
2009-05-03 15:36:24eric.smithsetmessageid: <1241364984.49.0.353723735713.issue5914@psf.upfronthosting.co.za>
2009-05-03 15:36:23eric.smithlinkissue5914 messages
2009-05-03 15:36:23eric.smithcreate