On Fri, Sep 24, 2010 at 11:09:58AM -0400, Jim Fulton wrote:
> (I assume there isn't
> a default comparison in Python 3, although I haven't checked.)

For the record:

    Python 3.1.2 (r312:79147, Apr 15 2010, 12:35:07) 
    [GCC 4.4.3] on linux2
    Type "help", "copyright", "credits" or "license" for more information.
    >>> object() == object()
    False
    >>> object() < object()
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
    TypeError: unorderable types: object() < object()

Marius Gedminas
-- 
Fibers (sic, geddit?) are a Windows lightweight alternative to threads, which
combine the pleasure of the Win32 threading interface with the intellectual
opportunity afforded by the coroutine.
        -- Verity Stob

Attachment: signature.asc
Description: Digital signature

_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to