]> granicus.if.org Git - python/commit
Issue 1106316. post_mortem()'s parameter, traceback, is now
authorFacundo Batista <facundobatista@gmail.com>
Sat, 8 Mar 2008 16:50:27 +0000 (16:50 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Sat, 8 Mar 2008 16:50:27 +0000 (16:50 +0000)
commitc54aec1fda52a0f21bdd8c529c9bb9c92b24f96a
treef76f155650aaf4b7cf1a00007b865dc0f699cb15
parent372d55e3e6fb163f7561403b312d9104a7f9238a
Issue 1106316. post_mortem()'s parameter, traceback, is now
optional: it defaults to the traceback of the exception that is currently
being handled.
Doc/library/pdb.rst
Lib/pdb.py
Misc/NEWS