mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Issue 1106316. post_mortem()'s parameter, traceback, is now
optional: it defaults to the traceback of the exception that is currently being handled.
This commit is contained in:
parent
372d55e3e6
commit
c54aec1fda
3 changed files with 20 additions and 3 deletions
|
@ -21,6 +21,11 @@ Core and builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #1106316: pdb.post_mortem()'s parameter, "traceback", is now
|
||||
optional: it defaults to the traceback of the exception that is currently
|
||||
being handled (is mandatory to be in the middle of an exception, otherwise
|
||||
it raises ValueError).
|
||||
|
||||
- Issue #1193577: A .shutdown() method has been added to SocketServers
|
||||
which terminates the .serve_forever() loop.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue