mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
[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:
parent
7c9861f9d9
commit
c11d789a4c
1 changed files with 4 additions and 0 deletions
|
@ -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`.)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue