]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix bug in rect.intersect(): empty rects beyond the first were
authorGuido van Rossum <guido@python.org>
Fri, 26 Oct 1990 13:44:32 +0000 (13:44 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 26 Oct 1990 13:44:32 +0000 (13:44 +0000)
commit124eb94270420a20ab4b296a60b6cc508d9d950c
treeea005ae6ca50b78a090e22d1739dcce4a1362178
parente1f069ec9831c263ddbf6fd5b997a115212f9262
Fix bug in rect.intersect(): empty rects beyond the first were
ignored instead of making the outcome empty...
Lib/lib-stdwin/rect.py
Lib/stdwin/rect.py