summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFelix Ye <29754475+yanjs@users.noreply.github.com>2022-12-04 20:24:18 (GMT)
committerGitHub <noreply@github.com>2022-12-04 20:24:18 (GMT)
commit854a878e4f09cd961ba5135567f7a5b5f86d7be9 (patch)
tree54d0053f6bf8e99aec904c22ef34e58276d1c700 /Misc
parent2ae894b6d1995a3b9f95f4a82eec6dedd3ba5298 (diff)
downloadcpython-854a878e4f09cd961ba5135567f7a5b5f86d7be9.zip
cpython-854a878e4f09cd961ba5135567f7a5b5f86d7be9.tar.gz
cpython-854a878e4f09cd961ba5135567f7a5b5f86d7be9.tar.bz2
gh-98248: Normalizing the error messages in function struct.pack (GH-98252)
Provide consistent and informative error messages in function struct.pack when its integral arguments are not in range.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2022-10-13-22-13-54.gh-issue-98248.lwyygy.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-10-13-22-13-54.gh-issue-98248.lwyygy.rst b/Misc/NEWS.d/next/Library/2022-10-13-22-13-54.gh-issue-98248.lwyygy.rst
new file mode 100644
index 0000000..347f6e1
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-10-13-22-13-54.gh-issue-98248.lwyygy.rst
@@ -0,0 +1 @@
+Provide informative error messages in :func:`struct.pack` when its integral arguments are not in range.