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 /Misc/NEWS | |
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 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.7.0 alpha 1 Core and Builtins ----------------- +- Issue #12844: More than 255 arguments can now be passed to a function. + - Issue #28782: Fix a bug in the implementation ``yield from`` when checking if the next instruction is YIELD_FROM. Regression introduced by WORDCODE (issue #26647). |