This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author inducer
Recipients
Date 2006-11-17.05:50:53
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 14:49:56adminlinkissue1598166 messages
2007-08-23 14:49:56admincreate