Éric Araujo <mer...@netwok.org> added the comment:

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.

----------
title: Change str(class) to return only the class name -> Change str(x) to 
return only __qualname__ for some types

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13224>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to