Skip to content

Commit

Permalink
Add entry to What's New in 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
thatbirdguythatuknownot authored May 2, 2024
1 parent 9b908ee commit 019ef6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,10 @@ Other Language Changes
class scopes are not inlined into their parent scope. (Contributed by
Jelle Zijlstra in :gh:`109118` and :gh:`118160`.)

* ``from __future__ import ...`` statements are now just normal
relative imports if dots are present before the module name.
(Contributed by Jeremiah Gabriel Pascual in :gh:`118216`.)


New Modules
===========
Expand Down

0 comments on commit 019ef6f

Please sign in to comment.