summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_popen2.py
diff options
context:
space:
mode:
authorPeter Astrand <astrand@lysator.liu.se>2005-02-10 08:32:50 (GMT)
committerPeter Astrand <astrand@lysator.liu.se>2005-02-10 08:32:50 (GMT)
commitd38ddf4ca23824f375e627bda82ffa995344c6e5 (patch)
treead7c52db504ddeb2b03cd64eecfce78280666da1 /Lib/test/test_popen2.py
parentb615bf06813022dccba98309cdfb77f409c4742f (diff)
downloadcpython-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