[issue19198] Improve cross-references in cgi documentation
New submission from Serhiy Storchaka: Here is a patch which fixes internal references in the documentation of the cgi module. ---------- assignee: docs@python components: Documentation files: refs.cgi.patch keywords: patch messages: 199249 nosy: docs@python, serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Improve cross-references in cgi documentation type: enhancement versions: Python 2.7, Python 3.3, Python 3.4 Added file: http://bugs.python.org/file32006/refs.cgi.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue19198> _______________________________________
Roundup Robot added the comment: New changeset 053eb1db0bf8 by Serhiy Storchaka in branch '2.7': Issue #19198: Improved cross-references in the cgi module documentation. http://hg.python.org/cpython/rev/053eb1db0bf8 New changeset e52e259d42e8 by Serhiy Storchaka in branch '3.3': Issue #19198: Improved cross-references in the cgi module documentation. http://hg.python.org/cpython/rev/e52e259d42e8 New changeset 781deb421ad0 by Serhiy Storchaka in branch 'default': Issue #19198: Improved cross-references in the cgi module documentation. http://hg.python.org/cpython/rev/781deb421ad0 ---------- nosy: +python-dev _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue19198> _______________________________________
Changes by Serhiy Storchaka <storchaka@gmail.com>: ---------- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue19198> _______________________________________
Roundup Robot added the comment: New changeset 128ad410c776 by Terry Jan Reedy in branch 'default': Issue #19198: IDLE: tab after initial whitespace should tab, not autocomplete. https://hg.python.org/cpython/rev/128ad410c776 ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue19198> _______________________________________
participants (2)
-
Roundup Robot -
Serhiy Storchaka