From d7a099d7ae749798bd822aee5d1d46d0a335189b Mon Sep 17 00:00:00 2001 From: Alyssa Coghlan Date: Tue, 16 Jul 2024 23:24:45 +1000 Subject: GH-105879: Note exec/eval keyword change in What's New (GH-121831) --- Doc/whatsnew/3.13.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 4a9a0b7..ca0d91d 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -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`.) -- cgit v0.12