]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix syntax: "rc != None" -> "rc is not None"
authorFlorent Xicluna <florent.xicluna@gmail.com>
Mon, 8 Mar 2010 10:58:12 +0000 (10:58 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Mon, 8 Mar 2010 10:58:12 +0000 (10:58 +0000)
commitcf741ceb69f951448a61a2f654b198c1cde0c579
tree354499513c4175017d6abcaa17d0435500e9c439
parent52584779a6484fcc85d9172c7fdabedb9f36a9d6
Fix syntax: "rc != None" -> "rc is not None"
Doc/library/subprocess.rst
Lib/subprocess.py