]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
#17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn.
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 21 Feb 2013 21:15:40 +0000 (23:15 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Thu, 21 Feb 2013 21:15:40 +0000 (23:15 +0200)
commit0f4377c100049a80d2338de3b9f3b7c7489a08b3
tree31a6822c0e7c447b8dc6a55f3733102f152699cd
parentc510a048ba4f17a82fff0a452bf9ccd29b51efc6
#17255: test short-circuiting behavior of any()/all().  Patch by Wim Glenn.
Lib/test/test_builtin.py
Misc/ACKS