]> 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:37 +0000 (21:27 +0200)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 18 Dec 2012 19:27:37 +0000 (21:27 +0200)
commit4bb142b1b712d8e67c81687d396685fba55abf77
tree749fcb481ec718af5c9c048a0e2f170b4d71c353
parent80ab6c53c6d90c0fae3828e5888d864d44b1c2ca
Issue #16714: use 'raise' exceptions, don't 'throw'.

Patch by Serhiy Storchaka.
34 files changed:
Doc/howto/cporting.rst
Lib/asyncore.py
Lib/distutils/tests/test_msvc9compiler.py
Lib/email/feedparser.py
Lib/email/header.py
Lib/httplib.py
Lib/io.py
Lib/lib-tk/Tkinter.py
Lib/logging/__init__.py
Lib/runpy.py
Lib/test/test_codeop.py
Lib/test/test_docxmlrpc.py
Lib/test/test_imaplib.py
Lib/test/test_minidom.py
Lib/test/test_os.py
Lib/test/test_pty.py
Lib/test/test_sax.py
Lib/test/test_signal.py
Lib/test/test_socketserver.py
Lib/test/test_sys_settrace.py
Lib/test/test_time.py
Lib/test/test_uu.py
Lib/test/test_winreg.py
Lib/test/test_zipfile.py
Lib/traceback.py
Lib/unittest/case.py
Lib/wsgiref/validate.py
Lib/xml/sax/_exceptions.py
Lib/xml/sax/xmlreader.py
Lib/xmlrpclib.py
Modules/_io/_iomodule.c
Modules/parsermodule.c
Modules/posixmodule.c
Tools/scripts/serve.py