diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2019-03-13 21:03:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-13 21:03:22 (GMT) |
commit | f2f55e7f03d332fd43bc665a86d585a79c3b3ed4 (patch) | |
tree | 2c45d185d9cdc255a5aee9117e9745f28da454fc /Misc/NEWS.d | |
parent | d53fe5f407ff4b529628b01a1bcbf21a6aad5c3a (diff) | |
download | cpython-f2f55e7f03d332fd43bc665a86d585a79c3b3ed4.zip cpython-f2f55e7f03d332fd43bc665a86d585a79c3b3ed4.tar.gz cpython-f2f55e7f03d332fd43bc665a86d585a79c3b3ed4.tar.bz2 |
bpo-36282: Improved error message for too much positional arguments. (GH-12310)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2019-03-13-22-47-28.bpo-36282.zs7RKP.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-03-13-22-47-28.bpo-36282.zs7RKP.rst b/Misc/NEWS.d/next/Core and Builtins/2019-03-13-22-47-28.bpo-36282.zs7RKP.rst new file mode 100644 index 0000000..f9ec51e --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-03-13-22-47-28.bpo-36282.zs7RKP.rst @@ -0,0 +1,2 @@ +Improved error message for too much positional arguments in some builtin +functions. |