[Python-3000] string module trimming
Guido van Rossum
guido at python.org
Tue Apr 17 23:23:15 CEST 2007
On 4/17/07, Barry Warsaw <barry at python.org> wrote:
> Certainly it makes sense to keep the ascii_* constants. The docs say
> letters and lowercase are locale-aware, so I guess it makes sense to
> keep those too.
Really? Remember that Py3k won't be using the locale for anything
character/string-related -- strings will all be unicode and the
islower() methods and friends just use the Unicode database.
--
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-3000
mailing list