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 madison.may
Recipients gvanrossum, jcea, madison.may, mark.dickinson, pitrou, vstinner
Date 2013-08-04.18:05:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375639527.14.0.617787396713.issue18656@psf.upfronthosting.co.za>
In-reply-to
Content
Yup, here are the relevant lines of the diff for PEP 3155:

@@ -568,7 +607,7 @@
 func_repr(PyFunctionObject *op)
 {
     return PyUnicode_FromFormat("<function %U at %p>",
-                               op->func_name, op);
+                               op->func_qualname, op);
 }
History
Date User Action Args
2013-08-04 18:05:27madison.maysetrecipients: + madison.may, gvanrossum, jcea, mark.dickinson, pitrou, vstinner
2013-08-04 18:05:27madison.maysetmessageid: <1375639527.14.0.617787396713.issue18656@psf.upfronthosting.co.za>
2013-08-04 18:05:27madison.maylinkissue18656 messages
2013-08-04 18:05:27madison.maycreate