diff options
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.11.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 537fa49..a2c57eb 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -608,6 +608,14 @@ Deprecated (:pep:`594`). (Contributed by Hugo van Kemenade in :issue:`47022`.) +* :pep:`594` led to the deprecations of the following modules which are + slated for removal in Python 3.13: + + * :mod:`aifc` + + (Contributed by Brett Cannon in :issue:`47061`.) + + Removed ======= |