]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Move (actually copy) support for the sgi._getpty() function into
authorThomas Wouters <thomas@python.org>
Fri, 14 Jul 2000 14:28:33 +0000 (14:28 +0000)
committerThomas Wouters <thomas@python.org>
Fri, 14 Jul 2000 14:28:33 +0000 (14:28 +0000)
commit70c21a1603091d58036ea6b91f106496d20f12f4
tree30148a8b1a4a47822fa71d5980a4899feadbfa0d
parent649685ad9bc03b8d7576f7bf8418dce34a5060ad
Move (actually copy) support for the sgi._getpty() function into
posix.openpty(). And conveniently also check if CVS write access really
works.

Closes SF patch #100722
Modules/posixmodule.c
configure
configure.in