Skip to content
4 changes: 4 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ Improved Error Messages
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
TypeError: split() got an unexpected keyword argument 'max_split'. Did you mean 'maxsplit'?

* Classes have a new ``__static_attributes__``, populated by the compiler,
with a tuple of names of attributes of this class which are accessed
through ``self.X`` from any function in its body.

Incremental Garbage Collection
------------------------------

Expand Down