summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-12-04 19:10:20 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-12-04 19:10:20 (GMT)
commit1dfb5c1cf3aac0a42b157631a0e8d274e5be8c6f (patch)
tree90cdb2b13e03256b55a63a62f818c6ce6cc4f497 /Misc
parent56a2ae27e3f142f5a92d43fab5296748ef8ecc98 (diff)
parent539ee5da6fb2a56869e6c6f4401300b4d5906d76 (diff)
downloadcpython-1dfb5c1cf3aac0a42b157631a0e8d274e5be8c6f.zip
cpython-1dfb5c1cf3aac0a42b157631a0e8d274e5be8c6f.tar.gz
cpython-1dfb5c1cf3aac0a42b157631a0e8d274e5be8c6f.tar.bz2
Merge issue #13120: Allow to call pdb.set_trace() from thread.
Patch by Ilya Sandler.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c695be5..61270f4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -104,6 +104,9 @@ Core and Builtins
Library
-------
+- Issue #13120: Allow to call pdb.set_trace() from thread.
+ Patch by Ilya Sandler.
+
- Issue #16585: Make CJK encoders support error handlers that return bytes per
PEP 383.