]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
(Merge 3.4) Issue #21422: Add a test to check that bool << int and bool >> int
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 12 May 2014 20:43:07 +0000 (22:43 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 12 May 2014 20:43:07 +0000 (22:43 +0200)
return an int


Trivial merge