mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
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:
parent
f29b6b4b77
commit
ac4b39f7f7
2 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue