GH-105879: Note exec/eval keyword change in What's New (GH-121831)
(cherry picked from commit
d7a099d7ae749798bd822aee5d1d46d0a335189b)
Co-authored-by: Alyssa Coghlan <ncoghlan@gmail.com>
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
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`.)