Skip to content

What's new in Python 3.13: move importlib.resources removals under the Removed section #111301

Closed
@befeleme

Description

@befeleme

Documentation

There is some obsolete information in the section Pending Removal in Future Versions of the What's new in Python 3.13 document.

  1. There are listed:

importlib.resources deprecated methods:
contents()
is_resource()
open_binary()
open_text()
path()
read_binary()
read_text()

These were already removed from Python 3.13.

  1. There is listed:

importlib.resources: First parameter to files is renamed to ‘anchor’.

This has already changed in Python 3.12

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.13bugs and security fixesdocsDocumentation in the Doc dirtopic-importlib

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions