We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 956270d commit d7a099dCopy full SHA for d7a099d
Doc/whatsnew/3.13.rst
@@ -422,6 +422,10 @@ free-threaded build.
422
Other Language Changes
423
======================
424
425
+* The :func:`exec` and :func:`eval` built-ins now accept their ``globals``
426
+ and ``locals`` namespace arguments as keywords.
427
+ (Contibuted by Raphael Gaschignard in :gh:`105879`)
428
+
429
* Allow the *count* argument of :meth:`str.replace` to be a keyword.
430
(Contributed by Hugo van Kemenade in :gh:`106487`.)
431
0 commit comments