mirror of
https://github.com/python/cpython
synced 2026-09-28 01:13:17 +03:00
gh-73427: deprecate _enablelegacywindowsfsencoding (#107729)
This commit is contained in:
parent
7ab9efdd6a
commit
bfee2f77e1
4 changed files with 21 additions and 0 deletions
|
|
@ -474,6 +474,10 @@ Deprecated
|
|||
security and functionality bugs. This includes removal of the ``--cgi``
|
||||
flag to the ``python -m http.server`` command line in 3.15.
|
||||
|
||||
* :mod:`sys`: :func:`sys._enablelegacywindowsfsencoding` function.
|
||||
Replace it with :envvar:`PYTHONLEGACYWINDOWSFSENCODING` environment variable.
|
||||
(Contributed by Inada Naoki in :gh:`73427`.)
|
||||
|
||||
* :mod:`traceback`:
|
||||
|
||||
* The field *exc_type* of :class:`traceback.TracebackException` is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue