Skip to content
Prev Previous commit
Next Next commit
Merge branch 'main' into code-page-codecs
  • Loading branch information
serhiy-storchaka authored Nov 5, 2024
commit ebc02704dd86ac4524fe1c9ee8c6b816e9fd52e6
4 changes: 4 additions & 0 deletions Doc/whatsnew/3.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,10 @@ Other language changes
* All Windows code pages are now supported as "cpXXX" codecs on Windows.
(Contributed by Serhiy Storchaka in :gh:`123803`.)

* :class:`super` objects are now :mod:`pickleable <pickle>` and
:mod:`copyable <copy>`.
(Contributed by Serhiy Storchaka in :gh:`125767`.)

* The :class:`memoryview` type now supports subscription,
making it a :term:`generic type`.
(Contributed by Brian Schubert in :gh:`126012`.)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.