summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Nester <andrew.nester.dev@gmail.com>2017-04-04 10:46:25 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2017-04-04 10:46:25 (GMT)
commitf78b119364b521307237a1484ba5f43f42300898 (patch)
tree240db0104a9eba34ef4d5bd89ad9cb13472f97bc /Misc
parent5de85a17029356084b96db63e04d9eb150efd9c0 (diff)
downloadcpython-f78b119364b521307237a1484ba5f43f42300898.zip
cpython-f78b119364b521307237a1484ba5f43f42300898.tar.gz
cpython-f78b119364b521307237a1484ba5f43f42300898.tar.bz2
bpo-29649: Improve struct.pack_into() boundary error messages (#424)
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 2e9cce6..95092af 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.