Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add pending-removal-in-future entry
  • Loading branch information
methane committed Apr 29, 2025
commit 744eff063a04e837a6dc4df224a9d2e405534f28
2 changes: 2 additions & 0 deletions Doc/deprecations/pending-removal-in-future.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ although there is currently no date scheduled for their removal.
:data:`calendar.FEBRUARY`.
(Contributed by Prince Roshan in :gh:`103636`.)

* :func:`codecs.open`: use the :func:`open` instead. (:gh:`133038`)
Comment thread
hugovk marked this conversation as resolved.
Outdated

* :attr:`codeobject.co_lnotab`: use the :meth:`codeobject.co_lines` method
instead.

Expand Down
Loading