[Python-Dev] unicode hell/mixing str and unicode as dictionary keys
M.-A. Lemburg
mal at egenix.com
Thu Aug 3 19:53:11 CEST 2006
John J Lee wrote:
> On Thu, 3 Aug 2006, M.-A. Lemburg wrote:
> [...]
>> It's actually a good preparation for Py3k where 1 == u'abc' will
>> (likely) also raise an exception.
>
> I though I'd heard (from Guido here or on the py3k list) that it was only
> 1 < u'abc' that would raise an exception, and that 1 == u'abc' would still
> evaluate to False. Did I misunderstand?
Could be that I'm wrong.
All such mixed-type compares are wrong depending on the scale of
brokenness you apply ;-)
--
Marc-Andre Lemburg
eGenix.com
Professional Python Services directly from the Source (#1, Aug 03 2006)
>>> Python/Zope Consulting and Support ... http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/
________________________________________________________________________
::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,FreeBSD for free ! ::::
More information about the Python-Dev
mailing list