Merged revisions 70746 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r70746 | ronald.oussoren | 2009-03-30 15:02:08 -0500 (Mon, 30 Mar 2009) | 2 lines

  Fix for issue 13095
........
This commit is contained in:
Ronald Oussoren 2009-03-30 20:05:35 +00:00
parent f29b6b4b77
commit ac4b39f7f7
2 changed files with 7 additions and 1 deletions

View file

@ -189,7 +189,7 @@ applications should use string objects to access all files.
.. function:: normcase(path)
Normalize the case of a pathname. On Unix, this returns the path unchanged; on
Normalize the case of a pathname. On Unix and MacOSX, this returns the path unchanged; on
case-insensitive filesystems, it converts the path to lowercase. On Windows, it
also converts forward slashes to backward slashes.