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 pitrou
Recipients BreamoreBoy, amaury.forgeotdarc, belopolsky, brett.cannon, eric.araujo, lukasz.langa, pitrou, rharris
Date 2010-08-04.09:44:11
SpamBayes Score 0.1334135
Marked as misclassified No
Message-id <1280915053.44.0.291729585071.issue2651@psf.upfronthosting.co.za>
In-reply-to
Content
In KeyError_str, I think the following code shouldn't be deleted:

-    if (PyTuple_GET_SIZE(self->args) == 1) {
-        return PyObject_Repr(PyTuple_GET_ITEM(self->args, 0));
History
Date User Action Args
2010-08-04 09:44:13pitrousetrecipients: + pitrou, brett.cannon, amaury.forgeotdarc, belopolsky, rharris, eric.araujo, BreamoreBoy, lukasz.langa
2010-08-04 09:44:13pitrousetmessageid: <1280915053.44.0.291729585071.issue2651@psf.upfronthosting.co.za>
2010-08-04 09:44:11pitroulinkissue2651 messages
2010-08-04 09:44:11pitroucreate