"basename","dirname","commonprefix","getsize","getmtime",
"getatime","islink","exists","isdir","isfile",
"walk","expanduser","expandvars","normpath","abspath",
- "realpath","supports_unicode_filenames"]
+ "realpath"]
# Normalize the case of a pathname. Dummy in Posix, but <s>.lower() here.
"basename","dirname","commonprefix","getsize","getmtime",
"getatime","islink","exists","isdir","isfile","ismount",
"walk","expanduser","expandvars","normpath","abspath","splitunc",
- "realpath","supports_unicode_filenames"]
+ "realpath"]
# Normalize the case of a pathname and map slashes to backslashes.
# Other normalizations (such as optimizing '../' away) are not done