]> granicus.if.org Git - python/commit
Experimental new implementation of dictionary comparison. This
authorGuido van Rossum <guido@python.org>
Thu, 5 Dec 1996 21:55:55 +0000 (21:55 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 5 Dec 1996 21:55:55 +0000 (21:55 +0000)
commita0a69b8b429f3d4c91f1c432247cfda017505976
tree9288dc602d41bd08c0ab5f5acb279ce8489f1131
parent685a38ea945431d1bad20ee07222a24b4553e346
Experimental new implementation of dictionary comparison.  This
defines that a shorter dictionary is always smaller than a longer one.
For dictionaries of the same size, the smallest differing element
determines the outcome (which yields the same results as before,
without explicit sorting).
Objects/dictobject.c
Objects/mappingobject.c