[Python-checkins] cpython (merge 3.4 -> default): Issue #3485: merge from 3.4

ned.deily python-checkins at python.org
Wed Jun 18 22:11:50 CEST 2014


http://hg.python.org/cpython/rev/3edda677119e
changeset:   91266:3edda677119e
parent:      91264:1e74350dd056
parent:      91265:a854d23305de
user:        Ned Deily <nad at acm.org>
date:        Wed Jun 18 13:10:44 2014 -0700
summary:
  Issue #3485: merge from 3.4

files:
  Lib/posixpath.py |  1 -
  1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/Lib/posixpath.py b/Lib/posixpath.py
--- a/Lib/posixpath.py
+++ b/Lib/posixpath.py
@@ -48,7 +48,6 @@
 
 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__))

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list