Skip to content

Commit 8200b77

Browse files
committed
add whatsnew entry
1 parent 781fc79 commit 8200b77

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,8 @@ ast
108108
(Contributed by Batuhan Taskaya and Jeremy Hylton in :issue:`15987`.)
109109

110110
* Add support for :func:`copy.replace` for AST nodes.
111-
112111
(Contributed by Bénédikt Tran in :gh:`121141`.)
113112

114-
115113
ctypes
116114
------
117115

@@ -401,6 +399,10 @@ typing
401399
* Remove :class:`!typing.ByteString`. It had previously raised a
402400
:exc:`DeprecationWarning` since Python 3.12.
403401

402+
* The ``.generic_base`` base class of generic classes is now added by
403+
the parser rather than the compiler. This means that it is visible in
404+
the ``AST``. (Contributed by Irit Katriel in :gh:`123881`.)
405+
404406
urllib
405407
------
406408

0 commit comments

Comments
 (0)