summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-06-30 09:57:06 (GMT)
committerGitHub <noreply@github.com>2023-06-30 09:57:06 (GMT)
commitf3cf2ddd8ddc7dfa6b06e6da640391a1bcd62b8a (patch)
tree54094ce4a7f135dc5b3f07388c52396ab1ef027b /Doc
parent2efdd2a14e5036ba88f95f68e1f006d2ef08249e (diff)
downloadcpython-f3cf2ddd8ddc7dfa6b06e6da640391a1bcd62b8a.zip
cpython-f3cf2ddd8ddc7dfa6b06e6da640391a1bcd62b8a.tar.gz
cpython-f3cf2ddd8ddc7dfa6b06e6da640391a1bcd62b8a.tar.bz2
gh-77782: Deprecate Py_HasFileSystemDefaultEncoding (#106272)
Deprecate Py_HasFileSystemDefaultEncoding variable.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.12.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index b6382e7..1af80ea 100644
--- a/Doc/whatsnew/3.12.rst
+++ b/Doc/whatsnew/3.12.rst
@@ -1858,6 +1858,7 @@ Deprecated
* :c:var:`Py_LegacyWindowsFSEncodingFlag`: use :c:member:`PyPreConfig.legacy_windows_fs_encoding`
* :c:var:`Py_LegacyWindowsStdioFlag`: use :c:member:`PyConfig.legacy_windows_stdio`
* :c:var:`!Py_FileSystemDefaultEncoding`: use :c:member:`PyConfig.filesystem_encoding`
+ * :c:var:`!Py_HasFileSystemDefaultEncoding`: use :c:member:`PyConfig.filesystem_encoding`
* :c:var:`!Py_FileSystemDefaultEncodeErrors`: use :c:member:`PyConfig.filesystem_errors`
* :c:var:`!Py_UTF8Mode`: use :c:member:`PyPreConfig.utf8_mode` (see :c:func:`Py_PreInitialize`)