]> granicus.if.org Git - python/commit
Rename a local variable for readability and change a "this can't
authorGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 07:33:17 +0000 (23:33 -0800)
committerGregory P. Smith <greg@krypto.org>
Sun, 11 Nov 2012 07:33:17 +0000 (23:33 -0800)
commitf44c9da16655395f57d3686cb4d82b651489a974
tree590006943e408977bb81c9ab479938db22144170
parent3d8e776cd932ff79fe181984cacce9ff8bcf3e4c
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.
Lib/subprocess.py