]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Rename a local variable for readability and change a "this can't
authorGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 07:35:15 +0000 (23:35 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 07:35:15 +0000 (23:35 -0800)
commit82fdadeba1ed00941aa2bdb0f8e7dff1c16eb2c3
tree51a74bab85c0e71255f51b51e4b33e33fbb73885
parent099717b73b0b1d0c9dd4aacb91f6932235b799d0
parent1f83866ecd07cf1b06f630c24a9092d3449955f6
Rename a local variable for readability and change a "this can't
happen" print() call into a RuntimeWarning as it should've been in the
first place.  Because nothing should ever cause unexpected stdout output.