[issue20015] Allow 1-character ASCII unicode where 1-character str is required

STINNER Victor report at bugs.python.org
Wed Dec 18 17:02:38 CET 2013


STINNER Victor added the comment:

I don't like the heuristic of "ASCII only" characters. Accepting that may lead to bugs if later you pass a non-ASCII character.

And is it not too late to change that in Python 2.7? Version released 3 years ago and widely used in production.

----------
nosy: +haypo

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20015>
_______________________________________


More information about the Python-bugs-list mailing list