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.araujo
Recipients benjamin.peterson, eric.araujo, pitrou, vstinner
Date 2011-07-05.15:45:58
SpamBayes Score 0.03279251
Marked as misclassified No
Message-id <1309880759.11.0.469453261837.issue12501@psf.upfronthosting.co.za>
In-reply-to
Content
What about this change instead:

-    if (PyErr_WarnPy3k("callable() not supported in 3.x; "
+    if (PyErr_WarnPy3k("callable() not supported in 3.1; "
History
Date User Action Args
2011-07-05 15:45:59eric.araujosetrecipients: + eric.araujo, pitrou, vstinner, benjamin.peterson
2011-07-05 15:45:59eric.araujosetmessageid: <1309880759.11.0.469453261837.issue12501@psf.upfronthosting.co.za>
2011-07-05 15:45:58eric.araujolinkissue12501 messages
2011-07-05 15:45:58eric.araujocreate