mirror of https://github.com/python/cpython.git
Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972.
This commit is contained in:
parent
1a4ed4ce18
commit
44b8cbfcba
|
@ -218,7 +218,7 @@ ZipFile Objects
|
||||||
|
|
||||||
If a member filename is an absolute path, a drive/UNC sharepoint and
|
If a member filename is an absolute path, a drive/UNC sharepoint and
|
||||||
leading (back)slashes will be stripped, e.g.: ``///foo/bar`` becomes
|
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.:
|
And all ``".."`` components in a member filename will be removed, e.g.:
|
||||||
``../../foo../../ba..r`` becomes ``foo../ba..r``. On Windows illegal
|
``../../foo../../ba..r`` becomes ``foo../ba..r``. On Windows illegal
|
||||||
characters (``:``, ``<``, ``>``, ``|``, ``"``, ``?``, and ``*``)
|
characters (``:``, ``<``, ``>``, ``|``, ``"``, ``?``, and ``*``)
|
||||||
|
|
Loading…
Reference in New Issue