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.18:32:27
SpamBayes Score 1.716178e-07
Marked as misclassified No
Message-id <1241375548.76.0.634765631652.issue5914@psf.upfronthosting.co.za>
In-reply-to
Content
This looks okay to me, and passes the tests.

In PyOS_string_to_double, you can simplify it by using PyErr_Format
instead of printing into a buffer and using PyErr_SetString. Sorry I
didn't catch this earlier.
History
Date User Action Args
2009-05-03 18:32:28eric.smithsetrecipients: + eric.smith, mark.dickinson
2009-05-03 18:32:28eric.smithsetmessageid: <1241375548.76.0.634765631652.issue5914@psf.upfronthosting.co.za>
2009-05-03 18:32:27eric.smithlinkissue5914 messages
2009-05-03 18:32:27eric.smithcreate