]> granicus.if.org Git - python/commitdiff
Issue #3485: remove misleading comment
authorNed Deily <nad@acm.org>
Wed, 18 Jun 2014 20:09:40 +0000 (13:09 -0700)
committerNed Deily <nad@acm.org>
Wed, 18 Jun 2014 20:09:40 +0000 (13:09 -0700)
Lib/posixpath.py

index 3e13239022574dd28d940a0b0c10c6ad9e974e95..eb17dbab07198fa68623d843417a7e561340ea88 100644 (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__))