diff options
author | Hai Shi <shihai1992@gmail.com> | 2020-05-28 14:24:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 14:24:39 (GMT) |
commit | 24bddc1b3b58f6899b2d412e51b37f68536e4fe2 (patch) | |
tree | c9960b0130a3a7f1b33e39371ffcd18037218320 /Doc | |
parent | 84ee7e1573d166fe7a9be676813e12523b62ab24 (diff) | |
download | cpython-24bddc1b3b58f6899b2d412e51b37f68536e4fe2.zip cpython-24bddc1b3b58f6899b2d412e51b37f68536e4fe2.tar.gz cpython-24bddc1b3b58f6899b2d412e51b37f68536e4fe2.tar.bz2 |
bpo-40275: Remove test.support.TESTFN_ENCODING (GH-20482)
Replace test.support.TESTFN_ENCODING with sys.getfilesystemencoding().
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/test.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 7bee6e8..7580fb5 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst @@ -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 |