]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove the old platform-specific FCNTL.py modules; these are no longer
authorFred Drake <fdrake@acm.org>
Wed, 9 May 2001 21:15:06 +0000 (21:15 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 9 May 2001 21:15:06 +0000 (21:15 +0000)
commit48871f2a6e8ad928c6f44c13a97b99cc384bf648
treef7662673e9fd8ce24133a32841c9ff1198ec3d80
parent76d61399614604504f0bb1bf149d0f1158593524
Remove the old platform-specific FCNTL.py modules; these are no longer
needed now that fcntl exports the constants.
15 files changed:
Lib/plat-aix3/FCNTL.py [deleted file]
Lib/plat-aix4/FCNTL.py [deleted file]
Lib/plat-beos5/FCNTL.py [deleted file]
Lib/plat-freebsd2/FCNTL.py [deleted file]
Lib/plat-freebsd3/FCNTL.py [deleted file]
Lib/plat-freebsd4/FCNTL.py [deleted file]
Lib/plat-freebsd5/FCNTL.py [deleted file]
Lib/plat-irix5/FCNTL.py [deleted file]
Lib/plat-irix6/FCNTL.py [deleted file]
Lib/plat-linux1/FCNTL.py [deleted file]
Lib/plat-linux2/FCNTL.py [deleted file]
Lib/plat-netbsd1/FCNTL.py [deleted file]
Lib/plat-sunos4/FCNTL.py [deleted file]
Lib/plat-sunos5/FCNTL.py [deleted file]
Lib/plat-unixware7/FCNTL.py [deleted file]