[3.13] GH-105879: Note exec/eval keyword change in What's New (GH-121831) (#121852)

GH-105879: Note exec/eval keyword change in What's New (GH-121831)
(cherry picked from commit d7a099d7ae)

Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
This commit is contained in:
Miss Islington (bot) 2024-07-16 18:01:03 +02:00 committed by GitHub
parent 7c9861f9d9
commit c11d789a4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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`.)