[issue3502] Inconsistency between string.letters and default encoding.

Martin v. Löwis report at bugs.python.org
Tue Aug 5 07:12:48 CEST 2008


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

That's a bug in the Win32 extensions. They shouldn't use string.letters,
but string.ascii_letters, in particular when they check for valid
identifier chars.

Closing this report as "won't fix".

----------
nosy: +loewis
resolution:  -> wont fix
status: open -> closed

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


More information about the Python-bugs-list mailing list