diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-28 08:52:05 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-11-28 08:52:05 (GMT) |
commit | 214678e44bf7773c0ed9c3684818354001d8f9ca (patch) | |
tree | 822f4fdac4d8bd11c300b98dcb7b6a701aa37aae /Doc/whatsnew | |
parent | d070b2ddbb300cb9c25efcef453154fabc99bcde (diff) | |
download | cpython-214678e44bf7773c0ed9c3684818354001d8f9ca.zip cpython-214678e44bf7773c0ed9c3684818354001d8f9ca.tar.gz cpython-214678e44bf7773c0ed9c3684818354001d8f9ca.tar.bz2 |
Issue #12844: More than 255 arguments can now be passed to a function.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.7.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 0f6ebc4..d306d40 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -75,6 +75,8 @@ New Features Other Language Changes ====================== +* More than 255 arguments can now be passed to a function. + (Contributed by Serhiy Storchaka in :issue:`12844`.) New Modules |