Bugs item #1598166, was opened at 2006-11-17 00:50
Message generated for change (Settings changed) made by inducer
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1598166&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Library
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Andreas Kloeckner (inducer)
Assigned to: Nobody/Anonymous (nobody)
>Summary: The empty set should be a subset of the empty set

Initial Comment:
Python 2.4.4 (#2, Oct 20 2006, 00:23:25)
[GCC 4.1.2 20061015 (prerelease) (Debian 4.1.1-16.1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> set([]) < set([1])
True
>>> set([]) < set([])
False

The last expression should evaluate to True to be mathematically correct.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1598166&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to