This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2011年08月16日 16:41 by jwilk, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| patch.diff | gennad, 2011年08月16日 17:26 | |||
| Messages (5) | |||
|---|---|---|---|
| msg142205 - (view) | Author: Jakub Wilk (jwilk) | Date: 2011年08月16日 16:41 | |
"The zlib extension is built using an included copy of the zlib sources unless the zlib version found on the system is too old to be used for the build" I believe it should be "if" rather than "unless". |
|||
| msg142211 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2011年08月16日 18:10 | |
New changeset 80ac94ad381e by Sandro Tosi in branch '2.7': #12761: fix wording of zlib license section http://hg.python.org/cpython/rev/80ac94ad381e New changeset 16a02530fd81 by Sandro Tosi in branch '3.2': #12761: fix wording of zlib license section http://hg.python.org/cpython/rev/16a02530fd81 |
|||
| msg142213 - (view) | Author: Sandro Tosi (sandro.tosi) * (Python committer) | Date: 2011年08月16日 18:13 | |
Thanks Jakub for the report and Gennadiy for the patch (that I applied on all the active braches). |
|||
| msg142370 - (view) | Author: Sandro Tosi (sandro.tosi) * (Python committer) | Date: 2011年08月18日 17:01 | |
After a closer look (thanks Ezio), the proper patch should be something like: diff --git a/Doc/license.rst b/Doc/license.rst --- a/Doc/license.rst +++ b/Doc/license.rst @@ -874,9 +874,8 @@ zlib ---- -The :mod:`zlib` extension is built using an included copy of the zlib -sources if the zlib version found on the system is too old to be -used for the build:: +The :mod:`zlib` extension is built using the zlib version found on the system, +but an included copy of the zlib sources is shipped for the Windows build:: Copyright (C) 1995-2011 Jean-loup Gailly and Mark Adler because the embedded zlib is not used in the linux build (but always the system one, and if absent, no zlib module is built) while we have several references of Modules/zlib/ files in PC/VC* and PCbuild/*.vcproj (that I can't read); adding to nosy the windows expert to have their opinion. |
|||
| msg143483 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2011年09月04日 06:41 | |
New changeset 5b21312c3800 by Sandro Tosi in branch '3.2': #12761: fix wording of zlib license section http://hg.python.org/cpython/rev/5b21312c3800 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:20 | admin | set | github: 56970 |
| 2011年10月29日 18:37:54 | petri.lehtinen | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2011年09月04日 06:42:00 | python-dev | set | messages: + msg143483 |
| 2011年08月18日 17:01:57 | sandro.tosi | set | status: closed -> open nosy: + tim.golden, brian.curtin messages: + msg142370 resolution: fixed -> (no value) stage: resolved -> patch review |
| 2011年08月16日 18:13:46 | sandro.tosi | set | status: open -> closed resolution: fixed messages: + msg142213 stage: commit review -> resolved |
| 2011年08月16日 18:10:41 | python-dev | set | nosy:
+ python-dev messages: + msg142211 |
| 2011年08月16日 17:58:23 | sandro.tosi | set | nosy:
+ ezio.melotti, sandro.tosi stage: commit review versions: + Python 3.2, Python 3.3 |
| 2011年08月16日 17:26:32 | gennad | set | files:
+ patch.diff keywords: + patch |
| 2011年08月16日 17:05:02 | gennad | set | assignee: docs@python components: + Documentation nosy: + docs@python |
| 2011年08月16日 16:41:40 | jwilk | create | |