]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
* os.py: _exit doesn't exist in all variations of posix
authorGuido van Rossum <guido@python.org>
Tue, 26 Jan 1993 13:04:43 +0000 (13:04 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 26 Jan 1993 13:04:43 +0000 (13:04 +0000)
commit35fb82a33f4bc78be1f7d219b8ebd078b37c90cb
tree1075bc3db6c7e05e13fb9e247b447c1e085c3cfe
parent93f07400737a430ce642b4e7f6c9bd3e4460229c
* os.py: _exit doesn't exist in all variations of posix
* Added fcmp() to test_support.py and use it in test*.py
Lib/os.py
Lib/test/test_b1.py
Lib/test/test_b2.py
Lib/test/test_support.py