Skip to content

importlib resource API isn't deprecated #10593

@Timmmm

Description

@Timmmm

Bug description

Pylint complains about some functions like importlib.resources.read_text being deprecated. As I understand it what happened was there was a PR to deprecate them for Python 3.13, then it was reverted so they were un-deprecated, but they forgot to remove the deprecation message from the release notes.

See this comment and the links in it.

Pylint output

It prints a deprecation warning for those functions. I don't have the output to hand but you know what I mean.

Expected behavior

No deprecation message.

Pylint version

3.3.1

Metadata

Metadata

Assignees

Labels

False Positive 🦟A message is emitted but nothing is wrong with the codeGood first issueFriendly and approachable by new contributorsHelp wanted 🙏Outside help would be appreciated, good for new contributorsNeeds PRThis issue is accepted, sufficiently specified and now needs an implementation

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions