]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16714: use 'raise' exceptions, don't 'throw'.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 18 Dec 2012 19:27:16 +0000 (21:27 +0200)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 18 Dec 2012 19:27:16 +0000 (21:27 +0200)
commita19195984922ce89e7695c93b3bb45c3e0e6d732
tree2cbafae7aa7aa368583be6216a0c23bce0774a0f
parentf61dc4cea24c2e994dc11947a6d67708af87ce50
parent5b89840d9cf11014a4b865d79497649f74bf2866
Issue #16714: use 'raise' exceptions, don't 'throw'.

Patch by Serhiy Storchaka.
Doc/library/os.rst
Lib/logging/__init__.py
Lib/pkgutil.py
Lib/test/test_os.py
Lib/test/test_signal.py
Lib/test/test_socketserver.py
Lib/test/test_winreg.py
Lib/tkinter/__init__.py
Modules/posixmodule.c