Home
last modified time | relevance | path

Searched refs:supports_bytes_environ (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/
Dos.py641 if supports_bytes_environ:
775 supports_bytes_environ = (name != 'nt') variable
778 if supports_bytes_environ:
/external/python/cpython3/Lib/test/
Dtest_os.py686 if os.supports_bytes_environ:
694 if os.supports_bytes_environ:
766 if os.supports_bytes_environ:
786 @unittest.skipUnless(os.supports_bytes_environ,
/external/python/cpython3/Doc/library/
Dos.rst149 :data:`environb` is only available if :data:`supports_bytes_environ` is
237 :func:`getenvb` is only available if :data:`supports_bytes_environ`
587 .. data:: supports_bytes_environ
/external/python/cpython3/Doc/whatsnew/
D3.2.rst1526 environment. If so, the :attr:`os.supports_bytes_environ` constant will be
/external/python/cpython3/Misc/
DHISTORY13397 os.supports_bytes_environ flag: True if the native OS type of the environment