Home
last modified time | relevance | path

Searched defs:filesystemencoding (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_editor.py38 filesystemencoding = 'utf-8' variable in EditorFunctionTest.test_filename_to_unicode.dummy
/external/python/cpython2/Lib/idlelib/
DIOBinding.py32 filesystemencoding = sys.getfilesystemencoding() variable
/external/python/cpython3/Lib/idlelib/
Deditor.py62 filesystemencoding = sys.getfilesystemencoding() # for file names variable in EditorWindow