Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8909127 commit 845fd9aCopy full SHA for 845fd9a
1 file changed
Lib/posixpath.py
@@ -48,7 +48,6 @@ def _get_sep(path):
48
49
def normcase(s):
50
"""Normalize case of pathname. Has no effect under Posix"""
51
- # TODO: on Mac OS X, this should really return s.lower().
52
if not isinstance(s, (bytes, str)):
53
raise TypeError("normcase() argument must be str or bytes, "
54
"not '{}'".format(s.__class__.__name__))
0 commit comments