]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
New special case in comparisons: None is smaller than any other object
authorGuido van Rossum <guido@python.org>
Mon, 22 Jan 2001 19:28:09 +0000 (19:28 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 22 Jan 2001 19:28:09 +0000 (19:28 +0000)
commit0871e9315ec2395775f600baedacdcbcd4cb5f5c
treef9f3f90d272fa8d61955f424b01022eaf92a52a6
parent0f564eaceb55a4b14d003b03d62b1613aba9581a
New special case in comparisons: None is smaller than any other object
(unless the object's type overrides this comparison).
Objects/object.c