summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-01-25 23:22:54 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-01-25 23:22:54 (GMT)
commit7e4b9057b3180ed1b7b26dc8f9a2d2162d4e83b0 (patch)
tree8e913aa3c38cf89020ce5facfbb2e35da51a8e25 /Misc
parent1923b627b50d26f37065e7ad51fc7eeccd7ac92f (diff)
downloadcpython-7e4b9057b3180ed1b7b26dc8f9a2d2162d4e83b0.zip
cpython-7e4b9057b3180ed1b7b26dc8f9a2d2162d4e83b0.tar.gz
cpython-7e4b9057b3180ed1b7b26dc8f9a2d2162d4e83b0.tar.bz2
Issue #23321: Fixed a crash in str.decode() when error handler returned
replacment string longer than mailformed input data.
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 9b68d3d..4c4db0f9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,6 +11,9 @@ Release date: TBA
Core and Builtins
-----------------
+- Issue #23321: Fixed a crash in str.decode() when error handler returned
+ replacment string longer than mailformed input data.
+
- Issue #23048: Fix jumping out of an infinite while loop in the pdb.
- Issue #20335: bytes constructor now raises TypeError when encoding or errors