diff options
author | Felix Ye <29754475+yanjs@users.noreply.github.com> | 2022-12-04 20:24:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-04 20:24:18 (GMT) |
commit | 854a878e4f09cd961ba5135567f7a5b5f86d7be9 (patch) | |
tree | 54d0053f6bf8e99aec904c22ef34e58276d1c700 /Misc | |
parent | 2ae894b6d1995a3b9f95f4a82eec6dedd3ba5298 (diff) | |
download | cpython-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.rst | 1 |
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. |