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 <rep...@bugs.python.org> <http://bugs.python.org/issue16789> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com