]> granicus.if.org Git - python/commit
PyErr_NewException now accepts a tuple of base classes as its
authorGeorg Brandl <georg@python.org>
Tue, 23 May 2006 11:17:21 +0000 (11:17 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 23 May 2006 11:17:21 +0000 (11:17 +0000)
commit658d5133285ccf32184ad8cc2899dfe3440aea2d
treee46bb429b43802a601441338a2d3d194a0bbc43b
parentda89b99533e4239344a4e31067e26325ae2b4c1a
PyErr_NewException now accepts a tuple of base classes as its
"base" parameter.
Doc/api/exceptions.tex
Misc/NEWS
Python/errors.c