]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-105879: Note exec/eval keyword change in What's New (GH-121831)
authorAlyssa Coghlan <ncoghlan@gmail.com>
Tue, 16 Jul 2024 13:24:45 +0000 (23:24 +1000)
committerGitHub <noreply@github.com>
Tue, 16 Jul 2024 13:24:45 +0000 (13:24 +0000)
Doc/whatsnew/3.13.rst

index 4a9a0b77d068b3767e7d23986cc8e71b785c7f42..ca0d91d6f6541637da301141a2866c03f8b7cb98 100644 (file)
@@ -422,6 +422,10 @@ free-threaded build.
 Other Language Changes
 ======================
 
+* The :func:`exec` and :func:`eval` built-ins now accept their ``globals``
+  and ``locals`` namespace arguments as keywords.
+  (Contibuted by Raphael Gaschignard in :gh:`105879`)
+
 * Allow the *count* argument of :meth:`str.replace` to be a keyword.
   (Contributed by Hugo van Kemenade in :gh:`106487`.)