]> granicus.if.org Git - python/commit
Issue #21422: Add a test to check that bool << int and bool >> int return an int
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 12 May 2014 20:35:40 +0000 (22:35 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 12 May 2014 20:35:40 +0000 (22:35 +0200)
commit7fe1049fcbb623609c79c8f9ecc8e5ffc7cf6439
tree087a9db3028b85c510b510e71dba591f0d0ec447
parentbf88ffba5edf780e12a64db9cb929216c19f6cfa
Issue #21422: Add a test to check that bool << int and bool >> int return an int
Lib/test/test_long.py