>>> sys.version 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] >>> s = 'Straße' >>> assert len(s) == 6 >>> assert s[5] == 'e' >>>
jmf -- https://mail.python.org/mailman/listinfo/python-list
>>> sys.version 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit (Intel)] >>> s = 'Straße' >>> assert len(s) == 6 >>> assert s[5] == 'e' >>>
jmf -- https://mail.python.org/mailman/listinfo/python-list