Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dos.py644 if supports_bytes_environ:
777 supports_bytes_environ = (name != 'nt') variable
780 if supports_bytes_environ:
/external/python/cpython3/Lib/test/
Dtest_os.py835 if os.supports_bytes_environ:
843 if os.supports_bytes_environ:
915 if os.supports_bytes_environ:
935 @unittest.skipUnless(os.supports_bytes_environ,
/external/python/cpython3/Doc/library/
Dos.rst149 :data:`environb` is only available if :data:`supports_bytes_environ` is
240 :func:`getenvb` is only available if :data:`supports_bytes_environ`
593 .. data:: supports_bytes_environ
/external/python/cpython3/Doc/whatsnew/
D3.2.rst1528 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