summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-12-13 21:08:15 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-12-13 21:08:15 (GMT)
commit7ced53cc636e6c6b63a8918b11f6f69fc64b0d33 (patch)
tree59691a25618c03e88724a813794dec2660479e1d /Misc
parent050ca6530d876b70ac60dca274280fe0911494dd (diff)
parent3cda0ed062892c46cbae43989ff59399e8042f58 (diff)
downloadcpython-7ced53cc636e6c6b63a8918b11f6f69fc64b0d33.zip
cpython-7ced53cc636e6c6b63a8918b11f6f69fc64b0d33.tar.gz
cpython-7ced53cc636e6c6b63a8918b11f6f69fc64b0d33.tar.bz2
merge 3.4 (#23048)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4b47881..d154e7f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Release date: TBA
Core and Builtins
-----------------
+- Issue #23048: Fix jumping out of an infinite while loop in the pdb.
+
- Issue #20335: bytes constructor now raises TypeError when encoding or errors
is specified with non-string argument. Based on patch by Renaud Blanch.