Skip to content

Commit

Permalink
Update Doc/whatsnew/3.13.rst
Browse files Browse the repository at this point in the history
Co-authored-by: T. Wouters <[email protected]>
  • Loading branch information
serhiy-storchaka and Yhg1s authored Jun 27, 2024
1 parent b057ae6 commit fa4be09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2262,7 +2262,7 @@ Changes in the Python API
returned by :meth:`zipfile.ZipFile.open` was changed from ``'r'`` to ``'rb'``.
(Contributed by Serhiy Storchaka in :gh:`115961`.)

* :class:`functools.partial` emits now a :exc:`FutureWarning` when it is
* :class:`functools.partial` now emits a :exc:`FutureWarning` when it is
used as a method.
Its behavior will be changed in future Python versions.
Wrap it in :func:`staticmethod` if you want to preserve the old behavior.
Expand Down

0 comments on commit fa4be09

Please sign in to comment.