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