Issue #3485: remove misleading comment

This commit is contained in:
Ned Deily 2014-06-18 13:09:40 -07:00
parent 8909127af2
commit 845fd9aa44
1 changed files with 0 additions and 1 deletions

View File

@ -48,7 +48,6 @@ def _get_sep(path):
def normcase(s):
"""Normalize case of pathname. Has no effect under Posix"""
# TODO: on Mac OS X, this should really return s.lower().
if not isinstance(s, (bytes, str)):
raise TypeError("normcase() argument must be str or bytes, "
"not '{}'".format(s.__class__.__name__))