]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
For PyErr_Format(), note that the exception parameter can be a string or
authorFred Drake <fdrake@acm.org>
Sat, 14 Oct 2000 05:49:30 +0000 (05:49 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 14 Oct 2000 05:49:30 +0000 (05:49 +0000)
commit89fb03524842f88b1f1301148483b5050bbc9826
treed897c02b7e9b0a0f66aba81b27c7df218bdcb5f3
parent3c8c2f9b77b9986b0cbc49c85b05627f68a5fce0
For PyErr_Format(), note that the exception parameter can be a string or
class, but not an instance (since an instance will be created using the
formatted message string as the constructor parameter).
Doc/api/api.tex