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 74c3d13 commit 83c4c50Copy full SHA for 83c4c50
Doc/whatsnew/3.13.rst
@@ -91,6 +91,10 @@ Other Language Changes
91
of the ``optimize`` argument.
92
(Contributed by Irit Katriel in :gh:`108113`).
93
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
+
98
New Modules
99
===========
100
0 commit comments