Skip to content

Commit 83c4c50

Browse files
committed
Document changes in the "Other Language Changes" section
1 parent 74c3d13 commit 83c4c50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ Other Language Changes
9191
of the ``optimize`` argument.
9292
(Contributed by Irit Katriel in :gh:`108113`).
9393

94+
* Support customizing module attribute access with ``__setattr__`` and
95+
``__delattr__`` functions at the module level. (Contributed by
96+
Sergey B Kirpichev in :gh:`108261`).
97+
9498
New Modules
9599
===========
96100

0 commit comments

Comments
 (0)