'Straße' ('Strasse') and Python 2

Tim Chase python.list at tim.thechases.com
Thu Jan 16 10:24:01 EST 2014


On 2014-01-16 14:07, Steven D'Aprano wrote:
> The unicode type in Python 2.x is less-good because:
> 
> - it is missing some functionality, e.g. casefold;

Just for the record, str.casefold() wasn't added until 3.3, so
earlier 3.x versions (such as the 3.2.3 that is the default python3
on Debian Stable) don't have it either.

-tkc






More information about the Python-list mailing list