From: Serhiy Storchaka Date: Sat, 2 Feb 2013 11:27:30 +0000 (+0200) Subject: Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. X-Git-Tag: v3.2.4rc1~157 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44b8cbfcba9d11469cf975c128b777ff512ddf61;p=thirdparty%2FPython%2Fcpython.git Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. --- diff --git a/Doc/library/zipfile.rst b/Doc/library/zipfile.rst index 3c1f5f1e0884..d2107200e03e 100644 --- a/Doc/library/zipfile.rst +++ b/Doc/library/zipfile.rst @@ -218,7 +218,7 @@ ZipFile Objects If a member filename is an absolute path, a drive/UNC sharepoint and leading (back)slashes will be stripped, e.g.: ``///foo/bar`` becomes - ``foo/bar`` on Unix, and ``С:\foo\bar`` becomes ``foo\bar`` on Windows. + ``foo/bar`` on Unix, and ``C:\foo\bar`` becomes ``foo\bar`` on Windows. And all ``".."`` components in a member filename will be removed, e.g.: ``../../foo../../ba..r`` becomes ``foo../ba..r``. On Windows illegal characters (``:``, ``<``, ``>``, ``|``, ``"``, ``?``, and ``*``)