]> granicus.if.org Git - python/commit
Replace all the platform-specific TERMIOS modules with a portable version
authorFred Drake <fdrake@acm.org>
Tue, 27 Feb 2001 21:35:40 +0000 (21:35 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 27 Feb 2001 21:35:40 +0000 (21:35 +0000)
commitddd802cbd7790033fb71650281c14e93bf01cf25
tree69b4d48870107c16ae56940e24d00ca4712cdeb3
parent1191d0148fc971cd8516b80f58b42910af88cd54
Replace all the platform-specific TERMIOS modules with a portable version
based on the termios module.  The only added "feature" is the deprecation
warning it spits out.
14 files changed:
Lib/TERMIOS.py [new file with mode: 0644]
Lib/plat-aix3/TERMIOS.py [deleted file]
Lib/plat-aix4/TERMIOS.py [deleted file]
Lib/plat-beos5/TERMIOS.py [deleted file]
Lib/plat-freebsd2/TERMIOS.py [deleted file]
Lib/plat-freebsd3/TERMIOS.py [deleted file]
Lib/plat-freebsd4/TERMIOS.py [deleted file]
Lib/plat-freebsd5/TERMIOS.py [deleted file]
Lib/plat-irix5/TERMIOS.py [deleted file]
Lib/plat-irix6/TERMIOS.py [deleted file]
Lib/plat-linux1/TERMIOS.py [deleted file]
Lib/plat-linux2/TERMIOS.py [deleted file]
Lib/plat-netbsd1/TERMIOS.py [deleted file]
Lib/plat-sunos5/TERMIOS.py [deleted file]