]> granicus.if.org Git - python/commit
bpo-31389 Add an optional `header` argument to pdb.set_trace() (#3438)
authorBarry Warsaw <barry@python.org>
Fri, 22 Sep 2017 16:29:42 +0000 (12:29 -0400)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2017 16:29:42 +0000 (12:29 -0400)
commit35425d638c0eeb8377620e016f47df3ae08d7061
treea45cb506202bf162807a90d1d1ff81f64965c693
parentb1558a0368949714f5765702a8d83a2d163eaacf
bpo-31389 Add an optional `header` argument to pdb.set_trace() (#3438)

* Give pdb.set_trace() an optional `header` argument

* What's new.

* Give pdb.set_trace() an optional `header` argument

* What's new.
Doc/library/pdb.rst
Doc/whatsnew/3.7.rst
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2017-09-07-15-31-47.bpo-31389.jNFYqB.rst [new file with mode: 0644]