]> granicus.if.org Git - python/commit
Implemented <, <=, >, >= for sets, giving subset and proper-subset
authorTim Peters <tim.peters@gmail.com>
Sun, 25 Aug 2002 18:43:10 +0000 (18:43 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 25 Aug 2002 18:43:10 +0000 (18:43 +0000)
commitea76c98014e7f99974e3dcdbe168d45762bf627d
treef2729aa74a20f828711173c423fe1e44bdb70e62
parent93d8d48c15981ffbf9314d4f2aeeff008c227eb9
Implemented <, <=, >, >= for sets, giving subset and proper-subset
meanings.  I did not add new, e.g., ispropersubset() methods; we're
going nuts on those, and, e.g., there was no "friendly name" for
== either.
Doc/lib/libsets.tex
Lib/sets.py
Lib/test/test_sets.py