]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove warnings generated for the suprocess module when run under -3. Required
authorBrett Cannon <bcannon@gmail.com>
Fri, 8 Aug 2008 04:19:32 +0000 (04:19 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 8 Aug 2008 04:19:32 +0000 (04:19 +0000)
commit03446c43ca3a4be2097782f590b71a596a0158cc
tree57b2954f2369778a55b05142fac038b8893e6018
parent0563a8ffd14c685fe1bf155e120b67a5e9311570
Remove warnings generated for the suprocess module when run under -3. Required
commenting out True/False compatbility stuff, remove a use of apply(), and
remove a use of buffer() (just pulled the solution used in 3.0 which is direct
slicing).
Lib/subprocess.py
Misc/NEWS