GH-105879: Note exec/eval keyword change in What's New (GH-121831)

This commit is contained in:
Alyssa Coghlan 2024-07-16 23:24:45 +10:00 committed by GitHub
parent 956270d08d
commit d7a099d7ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

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