[issue19194] Improve cross-references in fcntl documentation

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 _

[issue19194] Improve cross-references in fcntl documentation

2013-10-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 372abcca25fc by Serhiy Storchaka in branch '2.7': #19194: Improved cross-references in the fcntl module documentation. http://hg.python.org/cpython/rev/372abcca25fc New changeset 9015a84d694e by Serhiy Storchaka in branch '3.3': #19194: Improved cro

[issue19194] Improve cross-references in fcntl 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 fcntl package. -- assignee: docs@python components: Documentation files: refs.fcntl.patch keywords: patch messages: 199242 nosy: docs@python, serhiy.storchaka priority: norm