summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-11-28 08:52:05 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-11-28 08:52:05 (GMT)
commit214678e44bf7773c0ed9c3684818354001d8f9ca (patch)
tree822f4fdac4d8bd11c300b98dcb7b6a701aa37aae /Misc/NEWS
parentd070b2ddbb300cb9c25efcef453154fabc99bcde (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c18d787..56f2aed 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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).