[Python-Dev] Deprecate `from __future__ import unicode_literals`?
Serhiy Storchaka
storchaka at gmail.com
Sat Dec 17 04:06:37 EST 2016
More information about the Python-Dev mailing list
Sat Dec 17 04:06:37 EST 2016
- Previous message (by thread): [Python-Dev] Deprecate `from __future__ import unicode_literals`?
- Next message (by thread): [Python-Dev] Deprecate `from __future__ import unicode_literals`?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 16.12.16 21:24, Guido van Rossum wrote: > e.g. the argument to getattr() -- I still hear of code that breaks due > to this occasionally) What is the problem with unicode in getattr()? Unicode attribute name is converted to str, and since the result is cached, this even don't add much overhead.
- Previous message (by thread): [Python-Dev] Deprecate `from __future__ import unicode_literals`?
- Next message (by thread): [Python-Dev] Deprecate `from __future__ import unicode_literals`?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list