mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
bpo-40275: Remove test.support.TESTFN_ENCODING (GH-20482)
Replace test.support.TESTFN_ENCODING with sys.getfilesystemencoding().
This commit is contained in:
parent
84ee7e1573
commit
24bddc1b3b
4 changed files with 10 additions and 14 deletions
|
|
@ -263,11 +263,6 @@ The :mod:`test.support` module defines the following constants:
|
|||
Set to a non-ASCII name for a temporary file.
|
||||
|
||||
|
||||
.. data:: TESTFN_ENCODING
|
||||
|
||||
Set to :func:`sys.getfilesystemencoding`.
|
||||
|
||||
|
||||
.. data:: TESTFN_UNENCODABLE
|
||||
|
||||
Set to a filename (str type) that should not be able to be encoded by file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue