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

2015-03-21 Thread Martin Panter

Changes by Martin Panter vadmium...@gmail.com:


--
nosy: +vadmium

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13224
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2012-09-26 Thread Ezio Melotti

Changes by Ezio Melotti ezio.melo...@gmail.com:


--
versions: +Python 3.4 -Python 3.3

___
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



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

2012-02-27 Thread Éric Araujo

Éric Araujo mer...@netwok.org 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 to whatsnew or other doc, as it’s an implementation detail anyway (as 
discussed on the python-ideas thread).

--

___
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



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

2012-02-26 Thread Guido van Rossum

Guido van Rossum gu...@python.org 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 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



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

2012-02-25 Thread Éric Araujo

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

Ping: I’d like opinions on the request in my last message;

--

___
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



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

2011-11-24 Thread Éric Araujo

Changes by Éric Araujo mer...@netwok.org:


--
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 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