From c11d789a4c8146367c920ce2253f33aeddf81fcf Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 16 Jul 2024 18:01:03 +0200 Subject: [3.13] GH-105879: Note exec/eval keyword change in What's New (GH-121831) (#121852) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GH-105879: Note exec/eval keyword change in What's New (GH-121831) (cherry picked from commit d7a099d7ae749798bd822aee5d1d46d0a335189b) Co-authored-by: Alyssa Coghlan Co-authored-by: Ɓukasz Langa --- 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 992d39e..e91a934 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