cpython: ede0f27988f2 (original) (raw)
Mercurial > cpython
changeset 81925:ede0f27988f2 3.2
Fix a Cyrillic "C" inroduced into the docs by patch for issue #6972. [#6972]
Serhiy Storchaka storchaka@gmail.com | |
---|---|
date | Sat, 02 Feb 2013 13:27:30 +0200 |
parents | a7c074d9cbfb |
children | 785b8b49c3bf 8a747dec89c5 |
files | Doc/library/zipfile.rst |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-)[+] [-] Doc/library/zipfile.rst 2 |
line wrap: on
line diff
--- 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.[](#l1.7)
``foo/bar`` on Unix, and ``C:\foo\bar`` becomes ``foo\bar`` on Windows.[](#l1.8) And all ``".."`` components in a member filename will be removed, e.g.:[](#l1.9) ``../../foo../../ba..r`` becomes ``foo../ba..r``. On Windows illegal[](#l1.10) characters (``:``, ``<``, ``>``, ``|``, ``"``, ``?``, and ``*``)[](#l1.11)