cpython: 785b8b49c3bf (original) (raw)
Mercurial > cpython
changeset 81926:785b8b49c3bf 3.3
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:28:05 +0200 |
parents | 2bf01f03ff40(current diff)ede0f27988f2(diff) |
children | 25294188c4ea 7e34c176aa6f |
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
@@ -246,7 +246,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)