]> granicus.if.org Git - python/commit
In the containment test, get the boundary condition right. ">" was used
authorFred Drake <fdrake@acm.org>
Wed, 8 Nov 2000 18:37:05 +0000 (18:37 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 8 Nov 2000 18:37:05 +0000 (18:37 +0000)
commita91e1650aafd63e7940a1c838aa1377981ad459c
treef444d243d3fcfbf49d4376c7e3870730444171b1
parentf4e13a45639e906691690afa6281dba2103247a9
In the containment test, get the boundary condition right.  ">" was used
where ">=" should have been.

This closes bug #121965.
Objects/rangeobject.c