]> granicus.if.org Git - python/commit
PyErr_Format(): Factor out most of this code into
authorBarry Warsaw <barry@python.org>
Fri, 24 Aug 2001 18:35:23 +0000 (18:35 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 24 Aug 2001 18:35:23 +0000 (18:35 +0000)
commit876c8cb597f155de7817f6c4f352871d2e201b3e
tree054721289679159dff7579258f80fa041854a5c5
parent7ce3694a527afe425a2b9df65c049b0ef4e75960
PyErr_Format(): Factor out most of this code into
    PyString_FromFormat() since it's much more generally useful than
    just for exceptions.
Python/errors.c