summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2017-05-22 14:42:05 (GMT)
committerGitHub <noreply@github.com>2017-05-22 14:42:05 (GMT)
commit89a5e03244370f41ce9bed5cea38e0dd620edb73 (patch)
tree604c02dcee1283840d77863004af88397654ccfe /Misc/NEWS
parent15033d145b77207cea82267aa2fe5f1c2b71d3bd (diff)
downloadcpython-89a5e03244370f41ce9bed5cea38e0dd620edb73.zip
cpython-89a5e03244370f41ce9bed5cea38e0dd620edb73.tar.gz
cpython-89a5e03244370f41ce9bed5cea38e0dd620edb73.tar.bz2
bpo-30003: Fix handling escape characters in HZ codec (#1556)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 74f7922..5a7e377 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -334,6 +334,9 @@ Extension Modules
Library
-------
+- bpo-30003: Fix handling escape characters in HZ codec. Based on patch
+ by Ma Lin.
+
- bpo-30149: inspect.signature() now supports callables with
variable-argument parameters wrapped with partialmethod.
Patch by Dong-hee Na.