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 martin.panter
Recipients eric.araujo, eric.snow, ezio.melotti, gvanrossum, martin.panter, pitrou, rbcollins, serhiy.storchaka, veky, vstinner
Date 2015-08-06.00:15:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438820152.5.0.7399726334.issue13224@psf.upfronthosting.co.za>
In-reply-to
Content
I’m a bit confused. In the current patch, the new type_str() function appears to use the “qualname” (which I support), but some of the test changes seem to contradict this, e.g.:

 >>> C.foo(1)
-classmethod <class 'test.test_descrtut.C'> 1
+classmethod C 1

Also, I think this new feature should be documented.
History
Date User Action Args
2015-08-06 00:15:53martin.pantersetrecipients: + martin.panter, gvanrossum, pitrou, vstinner, rbcollins, ezio.melotti, eric.araujo, eric.snow, serhiy.storchaka, veky
2015-08-06 00:15:52martin.pantersetmessageid: <1438820152.5.0.7399726334.issue13224@psf.upfronthosting.co.za>
2015-08-06 00:15:52martin.panterlinkissue13224 messages
2015-08-06 00:15:51martin.pantercreate