We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 781fc79 commit 8200b77Copy full SHA for 8200b77
Doc/whatsnew/3.14.rst
@@ -108,10 +108,8 @@ ast
108
(Contributed by Batuhan Taskaya and Jeremy Hylton in :issue:`15987`.)
109
110
* Add support for :func:`copy.replace` for AST nodes.
111
-
112
(Contributed by Bénédikt Tran in :gh:`121141`.)
113
114
115
ctypes
116
------
117
@@ -401,6 +399,10 @@ typing
401
399
* Remove :class:`!typing.ByteString`. It had previously raised a
402
400
:exc:`DeprecationWarning` since Python 3.12.
403
+* The ``.generic_base`` base class of generic classes is now added by
+ the parser rather than the compiler. This means that it is visible in
404
+ the ``AST``. (Contributed by Irit Katriel in :gh:`123881`.)
405
+
406
urllib
407
408
0 commit comments