[issue16789] :meth:`quit` links to constants instead of own module

New submission from Dan Kenigsberg: ftplib, poplib and smtplib modules define a "quit" function. But when it is refered by :meth:`quit` in the documentation, a reference to constants.quit is generated. The suggested patch spells out the module-specific "quit" function. ---------- assignee: docs@python components: Documentation files: meth:quit.patch keywords: patch messages: 178222 nosy: danken, docs@python priority: normal severity: normal status: open title: :meth:`quit` links to constants instead of own module type: behavior Added file: http://bugs.python.org/file28445/meth:quit.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue16789> _______________________________________

Jesús Cea Avión added the comment: I take care of this. ---------- assignee: docs@python -> jcea nosy: +jcea _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue16789> _______________________________________

Roundup Robot added the comment: New changeset 0ffaf1079a7a by Jesus Cea in branch '2.7': Closes #16789: :meth:`quit` links to constants instead of own module http://hg.python.org/cpython/rev/0ffaf1079a7a New changeset 3801ee5d5d73 by Jesus Cea in branch '3.2': Closes #16789: :meth:`quit` links to constants instead of own module http://hg.python.org/cpython/rev/3801ee5d5d73 New changeset b6a9f8fd9443 by Jesus Cea in branch '3.3': MERGE: Closes #16789: :meth:`quit` links to constants instead of own module http://hg.python.org/cpython/rev/b6a9f8fd9443 New changeset 3f7d5c235d82 by Jesus Cea in branch 'default': MERGE: Closes #16789: :meth:`quit` links to constants instead of own module http://hg.python.org/cpython/rev/3f7d5c235d82 ---------- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue16789> _______________________________________

Jesús Cea Avión added the comment: Thanks!. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue16789> _______________________________________

Jesús Cea Avión added the comment: I take care of this. ---------- assignee: docs@python -> jcea nosy: +jcea _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue16789> _______________________________________

Roundup Robot added the comment: New changeset 0ffaf1079a7a by Jesus Cea in branch '2.7': Closes #16789: :meth:`quit` links to constants instead of own module http://hg.python.org/cpython/rev/0ffaf1079a7a New changeset 3801ee5d5d73 by Jesus Cea in branch '3.2': Closes #16789: :meth:`quit` links to constants instead of own module http://hg.python.org/cpython/rev/3801ee5d5d73 New changeset b6a9f8fd9443 by Jesus Cea in branch '3.3': MERGE: Closes #16789: :meth:`quit` links to constants instead of own module http://hg.python.org/cpython/rev/b6a9f8fd9443 New changeset 3f7d5c235d82 by Jesus Cea in branch 'default': MERGE: Closes #16789: :meth:`quit` links to constants instead of own module http://hg.python.org/cpython/rev/3f7d5c235d82 ---------- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue16789> _______________________________________

Jesús Cea Avión added the comment: Thanks!. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue16789> _______________________________________
participants (3)
-
Dan Kenigsberg
-
Jesús Cea Avión
-
Roundup Robot