diff options
author | Andrew Nester <andrew.nester.dev@gmail.com> | 2017-04-04 10:46:25 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2017-04-04 10:46:25 (GMT) |
commit | f78b119364b521307237a1484ba5f43f42300898 (patch) | |
tree | 240db0104a9eba34ef4d5bd89ad9cb13472f97bc /Misc/NEWS | |
parent | 5de85a17029356084b96db63e04d9eb150efd9c0 (diff) | |
download | cpython-f78b119364b521307237a1484ba5f43f42300898.zip cpython-f78b119364b521307237a1484ba5f43f42300898.tar.gz cpython-f78b119364b521307237a1484ba5f43f42300898.tar.bz2 |
bpo-29649: Improve struct.pack_into() boundary error messages (#424)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -303,6 +303,9 @@ Extension Modules Library ------- +- bpo-29649: Improve struct.pack_into() exception messages for problems + with the buffer size and offset. Patch by Andrew Nester. + - bpo-29654: Support If-Modified-Since HTTP header (browser cache). Patch by Pierre Quentel. |