summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-08-05 21:54:10 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-08-05 21:54:10 (GMT)
commit14acf5f41d2c9b4ec9c0f3219bc9553c31fd9a9f (patch)
treecdeed9e5dc49aaa22c8596304a1284d4135c9036 /Misc/NEWS
parentcedef652fa94f28e9d37eefd8ce6a2f0401f5f45 (diff)
downloadcpython-14acf5f41d2c9b4ec9c0f3219bc9553c31fd9a9f.zip
cpython-14acf5f41d2c9b4ec9c0f3219bc9553c31fd9a9f.tar.gz
cpython-14acf5f41d2c9b4ec9c0f3219bc9553c31fd9a9f.tar.bz2
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
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 11e1996..56e61e2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,8 @@ Library
- Issue #23812: Fix asyncio.Queue.get() to avoid loosing items on cancellation.
Patch by Gustavo J. A. M. Carneiro.
+- Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
+
Documentation
-------------