On 4/17/07, Barry Warsaw <[EMAIL PROTECTED]> 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/) _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
