diff options
author | Xiang Zhang <angwerzx@126.com> | 2017-05-22 14:42:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-22 14:42:05 (GMT) |
commit | 89a5e03244370f41ce9bed5cea38e0dd620edb73 (patch) | |
tree | 604c02dcee1283840d77863004af88397654ccfe /Misc/NEWS | |
parent | 15033d145b77207cea82267aa2fe5f1c2b71d3bd (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |