Home
last modified time | relevance | path

Searched refs:supports_unicode_filenames (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython2/Lib/
Dos2emxpath.py160 supports_unicode_filenames = False variable
Dmacpath.py216 supports_unicode_filenames = True variable
Dposixpath.py422 supports_unicode_filenames = (sys.platform == 'darwin') variable
Dntpath.py500 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and variable
/external/python/cpython2/Lib/test/
Dtest_sax.py28 supports_unicode_filenames = True variable
29 if not os.path.supports_unicode_filenames:
35 supports_unicode_filenames = False variable
37 supports_unicode_filenames,
Dtest_pep277.py46 if not os.path.supports_unicode_filenames:
Dregrtest.py1592 if not os.path.supports_unicode_filenames:
Dtest_support.py742 not os.path.supports_unicode_filenames):
/external/python/cpython2/Lib/distutils/tests/
Dtest_archive_util.py42 if os.path.supports_unicode_filenames:
/external/python/cpython2/Doc/library/
Dos.path.rst351 .. data:: supports_unicode_filenames
/external/python/cpython2/Doc/whatsnew/
D2.3.rst356 supported as file names by checking :attr:`os.path.supports_unicode_filenames`,
/external/python/cpython2/Misc/
DNEWS5631 - Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X.
DHISTORY5037 All platforms now have an os.path.supports_unicode_filenames attribute,