1014
1014
On platforms where the system does not normalize filenames
1015
1015
(Windows, Linux), you have to access a file by its exact path.
1018
1018
the standard for XML documents.
1020
1020
So return the normalized path, and a flag indicating if the file
1021
1021
can be accessed by that path.
1027
1027
def _inaccessible_normalized_filename(path):
1028
1028
__doc__ = _accessible_normalized_filename.__doc__
1031
1031
return normalized, normalized == path