[issue19195] Improve cross-references in C API

2013-10-09 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for the review Georg. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker _

[issue19195] Improve cross-references in C API

2013-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9b855a701e28 by Serhiy Storchaka in branch '2.7': Issue 19195: Improved cross-references in C API documentation. http://hg.python.org/cpython/rev/9b855a701e28 New changeset f0491617b098 by Serhiy Storchaka in branch '3.3': Issue 19195: Improved cros

[issue19195] Improve cross-references in C API

2013-10-08 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Here is a patch which fixes internal references in C API and extension documentation. -- assignee: docs@python components: Documentation files: refs.c-api.patch keywords: patch messages: 199243 nosy: docs@python, serhiy.storchaka priority: normal se