]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #2341: Add a Py3k warning when raising an exception that doesn't
authorGuido van Rossum <guido@python.org>
Tue, 18 Mar 2008 04:26:48 +0000 (04:26 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 18 Mar 2008 04:26:48 +0000 (04:26 +0000)
commit504153d55b11aa8f622b6e4baa6a5e94ddfe96e2
tree9f211d2f1445509b590af7b7d3942f93f8bc2425
parenta5573b31532f59a63d9ff24e415592f60f974da4
Issue #2341: Add a Py3k warning when raising an exception that doesn't
derive from BaseException.
Misc/NEWS
Python/ceval.c