diff options
author | Peter Astrand <astrand@lysator.liu.se> | 2005-02-10 08:32:50 (GMT) |
---|---|---|
committer | Peter Astrand <astrand@lysator.liu.se> | 2005-02-10 08:32:50 (GMT) |
commit | d38ddf4ca23824f375e627bda82ffa995344c6e5 (patch) | |
tree | ad7c52db504ddeb2b03cd64eecfce78280666da1 /Lib/test/test_popen2.py | |
parent | b615bf06813022dccba98309cdfb77f409c4742f (diff) | |
download | cpython-d38ddf4ca23824f375e627bda82ffa995344c6e5.zip cpython-d38ddf4ca23824f375e627bda82ffa995344c6e5.tar.gz cpython-d38ddf4ca23824f375e627bda82ffa995344c6e5.tar.bz2 |
Patch from Leandro Lucarella: replaced:
var == None and var != None
with
var is None and var is not None
and type(var) == int
with
instanceof(var, int)
...as recomended in PEP 8 [1].
Diffstat (limited to 'Lib/test/test_popen2.py')
0 files changed, 0 insertions, 0 deletions