]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed comparison: i < k < j should be i <= k < j.
authorGuido van Rossum <guido@python.org>
Wed, 3 Jun 1992 17:58:43 +0000 (17:58 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 3 Jun 1992 17:58:43 +0000 (17:58 +0000)
commit54e39908d848f4e3d1d09685798329ea73013262
treef3654f683971de20793a2a0b9c3be22c401ae21b
parentc7ff85d612b89f58ff8e0b1451a090e051d7ac5b
Fixed comparison: i < k < j should be i <= k < j.
Doc/ref.tex
Doc/ref/ref.tex