diff options
author | Xiang Zhang <angwerzx@126.com> | 2018-03-10 18:58:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-10 18:58:52 (GMT) |
commit | c10b288f345aaef66d2c844924b9a576f9ea4f8b (patch) | |
tree | 30d64745d62c991b5d18bfc1c381f31b165c7c4d /Misc | |
parent | 67ee07795bcd84b679c000780212d4d81a1490a3 (diff) | |
download | cpython-c10b288f345aaef66d2c844924b9a576f9ea4f8b.zip cpython-c10b288f345aaef66d2c844924b9a576f9ea4f8b.tar.gz cpython-c10b288f345aaef66d2c844924b9a576f9ea4f8b.tar.bz2 |
bpo-30249: Improve struct.unpack_from() error messages (GH-6059)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-03-11-00-20-26.bpo-30249.KSkgLB.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-03-11-00-20-26.bpo-30249.KSkgLB.rst b/Misc/NEWS.d/next/Library/2018-03-11-00-20-26.bpo-30249.KSkgLB.rst new file mode 100644 index 0000000..f30dff3 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-03-11-00-20-26.bpo-30249.KSkgLB.rst @@ -0,0 +1,2 @@ +Improve struct.unpack_from() exception messages for problems with the buffer +size and offset. |