Guido van Rossum <[email protected]> added the comment: Are you sure? The way I read the PEP, it just said that str(cls) and str(func) should *use* qualname. That could mean returning '<function f.g.h at 0x1234>' or '<class '__main__.C.D>'.
On Tue, Nov 22, 2011 at 7:27 AM, Éric Araujo <[email protected]> wrote: > > Éric Araujo <[email protected]> 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 <[email protected]> > <http://bugs.python.org/issue13224> > _______________________________________ > ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue13224> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
