]> granicus.if.org Git - python/commit
Remove the obsolete MAXFD constant and Popen._close_fds() method.
authorGregory P. Smith <greg@krypto.org>
Sun, 1 Jun 2014 07:33:35 +0000 (00:33 -0700)
committerGregory P. Smith <greg@krypto.org>
Sun, 1 Jun 2014 07:33:35 +0000 (00:33 -0700)
commit7be74cffbe96e9649a331260ba0fbf2c2b4a1de0
tree9f450ebdc678eae1a2dc9ef67a43ce32684fbf33
parentd3e50be6d01ac5abb2df8608e75ee8ca5c9ed7f7
Remove the obsolete MAXFD constant and Popen._close_fds() method.
They should have been removed years ago when removing the old pure
Python implementation from the file.
Lib/subprocess.py