[issue9336] string.letters should display locale based equivalent of a-Z

Martin v. Löwis report at bugs.python.org
Sat Jul 24 11:53:38 CEST 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

Actually, in Python 2.x, string.letters *does* contain the letters based on the locale. Just make sure to call locale.setlocale.

----------
nosy: +loewis

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


More information about the Python-bugs-list mailing list