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

Anthony Long report at bugs.python.org
Fri Jul 23 05:27:53 CEST 2010


New submission from Anthony Long <antlong at gmail.com>:

string.letters should display the locale based equivalent of a-Z.

In enUS this would be a-z A-Z, in total a len of 52, whereas in spain it would be a-z (with  ñ), and A-Z (Ñ).

Each locale should change the returned letters.

http://en.wikipedia.org/wiki/Keyboard_layout

----------
components: Library (Lib)
messages: 111238
nosy: antlong
priority: normal
severity: normal
status: open
title: string.letters should display locale based equivalent of a-Z
versions: Python 2.5, Python 2.6, Python 2.7

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


More information about the Python-bugs-list mailing list