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 SilentGhost, amaury.forgeotdarc, eric.smith, georg.brandl, pitrou
Date 2009-07-06.23:42:25
SpamBayes Score 0.0032722943
Marked as misclassified No
Message-id <1246923746.4.0.755039673512.issue6428@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks good to me. In particular, removing the test for
using_len looks correct.

The assignment of "result = -1" after PyErr_Format isn't needed, but
doesn't hurt (and it was already there, anyway).
History
Date User Action Args
2009-07-06 23:42:26eric.smithsetrecipients: + eric.smith, georg.brandl, amaury.forgeotdarc, pitrou, SilentGhost
2009-07-06 23:42:26eric.smithsetmessageid: <1246923746.4.0.755039673512.issue6428@psf.upfronthosting.co.za>
2009-07-06 23:42:25eric.smithlinkissue6428 messages
2009-07-06 23:42:25eric.smithcreate