]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149595: Remove the `sys._enablelegacywindowsfsencoding()` function (#149596)
authorStan Ulbrych <stan@python.org>
Tue, 12 May 2026 16:11:34 +0000 (17:11 +0100)
committerGitHub <noreply@github.com>
Tue, 12 May 2026 16:11:34 +0000 (17:11 +0100)
commit6a0be131c3ae8488533ee5f452c9d76622f2928f
tree7b22e7d6a58b4e13fc8941835499938ad20a60ca
parent058c12528d98954c44d6f92f2eea48b881c1967f
gh-149595: Remove the `sys._enablelegacywindowsfsencoding()` function (#149596)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
14 files changed:
Doc/deprecations/pending-removal-in-3.16.rst
Doc/library/sys.rst
Doc/tools/removed-ids.txt
Doc/using/cmdline.rst
Doc/whatsnew/3.13.rst
Doc/whatsnew/3.16.rst
Doc/whatsnew/3.6.rst
Include/internal/pycore_pylifecycle.h
Lib/test/test_sys.py
Misc/NEWS.d/3.13.0a3.rst
Misc/NEWS.d/next/Library/2026-05-09-11-22-29.gh-issue-149595.1nuYXw.rst [new file with mode: 0644]
Objects/unicodeobject.c
Python/clinic/sysmodule.c.h
Python/sysmodule.c