Skip to content

CI - Python deprecations#9242

Merged
mcspr merged 3 commits into
esp8266:masterfrom
mcspr:ci/python-deprecations
May 20, 2025
Merged

CI - Python deprecations#9242
mcspr merged 3 commits into
esp8266:masterfrom
mcspr:ci/python-deprecations

Conversation

@mcspr

@mcspr mcspr commented May 20, 2025

Copy link
Copy Markdown
Collaborator

py3.13 - https://docs.python.org/3/library/re.html#re.sub

Deprecated since version 3.13: Passing count and flags as positional arguments is deprecated. In future Python versions they will be keyword-only parameters.

py3.12 - https://docs.python.org/3/library/tarfile.html#tarfile.TarFile.extraction_filter

If extraction_filter is None (the default), calling an extraction method without a filter argument will raise a DeprecationWarning, and fall back to the fully_trusted filter, whose dangerous behavior matches previous versions of Python.

mcspr added 3 commits May 20, 2025 18:42
https://docs.python.org/3/library/re.html#re.sub
> Deprecated since version 3.13:
> Passing count and flags as positional arguments is deprecated.
> In future Python versions they will be keyword-only parameters.
https://docs.python.org/3/library/tarfile.html#tarfile.TarFile.extraction_filter
> If extraction_filter is None (the default), calling an extraction method without a filter argument
> will raise a DeprecationWarning, and fall back to the fully_trusted filter, whose dangerous
> behavior matches previous versions of Python.
@mcspr mcspr merged commit 606324c into esp8266:master May 20, 2025
28 checks passed
@mcspr mcspr deleted the ci/python-deprecations branch May 20, 2025 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant