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 eric.araujo, ezio.melotti, gvanrossum, pitrou, vstinner
Date 2011-11-22.15:27:51
SpamBayes Score 0.0039636767
Marked as misclassified No
Message-id <1321975672.22.0.0542036079957.issue13224@psf.upfronthosting.co.za>
In-reply-to
Content
PEP 3155 is accepted and makes str(cls) and str(function) as well as repr(cls) and repr(function) return the qualified name, which obsoletes part of this request.  I haven’t checked if it has the same problem with Python methods.  str(module) is not changed by the PEP.
History
Date User Action Args
2011-11-22 15:27:52eric.araujosetrecipients: + eric.araujo, gvanrossum, pitrou, vstinner, ezio.melotti
2011-11-22 15:27:52eric.araujosetmessageid: <1321975672.22.0.0542036079957.issue13224@psf.upfronthosting.co.za>
2011-11-22 15:27:51eric.araujolinkissue13224 messages
2011-11-22 15:27:51eric.araujocreate