Searched refs:supports_unicode_filenames (Results 1 – 13 of 13) sorted by relevance
160 supports_unicode_filenames = False variable
216 supports_unicode_filenames = True variable
422 supports_unicode_filenames = (sys.platform == 'darwin') variable
500 supports_unicode_filenames = (hasattr(sys, "getwindowsversion") and variable
28 supports_unicode_filenames = True variable29 if not os.path.supports_unicode_filenames:35 supports_unicode_filenames = False variable37 supports_unicode_filenames,
46 if not os.path.supports_unicode_filenames:
1592 if not os.path.supports_unicode_filenames:
742 not os.path.supports_unicode_filenames):
42 if os.path.supports_unicode_filenames:
351 .. data:: supports_unicode_filenames
356 supported as file names by checking :attr:`os.path.supports_unicode_filenames`,
5631 - Issue #767645: Set os.path.supports_unicode_filenames to True on Mac OS X.
5037 All platforms now have an os.path.supports_unicode_filenames attribute,