[issue19198] Improve cross-references in cgi documentation

2016-07-24 Thread Roundup Robot
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

[issue19198] Improve cross-references in cgi documentation

2013-10-13 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue19198] Improve cross-references in cgi documentation

2013-10-13 Thread Roundup Robot
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: Im

[issue19198] Improve cross-references in cgi documentation

2013-10-08 Thread Serhiy Storchaka
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 se