A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2000-March/002570.html below:

[Python-Dev] Unicode: When Things Get Hairy

[Python-Dev] Unicode: When Things Get Hairy [Python-Dev] Unicode: When Things Get HairyMoshe Zadka Moshe Zadka <mzadka@geocities.com>
Sat, 11 Mar 2000 11:10:12 +0200 (IST)
The following "problem" is easy to fix. However, what I wanted to know is
if people (Skip and Guido most importantly) think it is a problem:

>>> "a" in u"bbba"
1
>>> u"a" in "bbba"
Traceback (innermost last):
  File "<stdin>", line 1, in ?
TypeError: string member test needs char left operand

Suggested fix: in stringobject.c, explicitly allow a unicode char left
operand.

--
Moshe Zadka <mzadka@geocities.com>. 
http://www.oreilly.com/news/prescod_0300.html




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4