Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 845fd9a

Browse files
committed
Issue #3485: remove misleading comment
1 parent 8909127 commit 845fd9a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/posixpath.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def _get_sep(path):
4848

4949
def normcase(s):
5050
"""Normalize case of pathname. Has no effect under Posix"""
51-
# TODO: on Mac OS X, this should really return s.lower().
5251
if not isinstance(s, (bytes, str)):
5352
raise TypeError("normcase() argument must be str or bytes, "
5453
"not '{}'".format(s.__class__.__name__))

0 commit comments

Comments
 (0)