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 mark.dickinson
Recipients gvanrossum, mark.dickinson, pitrou
Date 2013-08-04.17:02:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I guess this is a direct consequence of PEP 3155 [1].  From the PEP:

"""
The repr() and str() of functions and classes is modified to use __qualname__ rather than __name__.
"""

[1] http://www.python.org/dev/peps/pep-3155/
History
Date User Action Args
2013-08-04 17:02:50mark.dickinsonsetrecipients: + mark.dickinson, gvanrossum, pitrou
2013-08-04 17:02:50mark.dickinsonsetmessageid: <[email protected]>
2013-08-04 17:02:50mark.dickinsonlinkissue18656 messages
2013-08-04 17:02:50mark.dickinsoncreate