[issue13224] Change str(x) to return only the (qual)name for some types

2015-06-08 Thread Vedran Čačić
Vedran Čačić added the comment: What's going on with this? It seems we have the patch, but discussions have just stopped - both on Python-ideas and here. The idea is great, BDFL-approved, and would simplify a lot of code, especially with new typehinting. -- nosy: +Vedran.Čačić ___

[issue13224] Change str(x) to return only the (qual)name for some types

2015-03-21 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue13224] Change str(x) to return only the (qual)name for some types

2012-09-26 Thread Ezio Melotti
Changes by Ezio Melotti : -- versions: +Python 3.4 -Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13224] Change str(x) to return only the (qual)name for some types

2012-02-27 Thread Éric Araujo
Éric Araujo added the comment: > Is your specific question whether it is okay that str(Counter.update) returns > 'Counter.update'? Yes, sorry if I was unclear. > Yes, it is. Same for Top.Nested.method. Good! I’ll commit soon. I’ll make a note in Misc/NEWS, but I don’t think this should go

[issue13224] Change str(x) to return only the (qual)name for some types

2012-02-26 Thread Guido van Rossum
Guido van Rossum added the comment: Not 100% sure what you're asking. Is your specific question whether it is okay that str(Counter.update) returns 'Counter.update'? Yes, it is. Same for Top.Nested.method. -- ___ Python tracker

[issue13224] Change str(x) to return only the (qual)name for some types

2012-02-25 Thread Éric Araujo
Éric Araujo added the comment: Ping: I’d like opinions on the request in my last message; -- ___ Python tracker ___ ___ Python-bugs-l

[issue13224] Change str(x) to return only the (qual)name for some types

2011-11-24 Thread Éric Araujo
Changes by Éric Araujo : -- title: Change str(x) to return only __qualname__ for some types -> Change str(x) to return only the (qual)name for some types ___ Python tracker ___