[issue18908] Enum docs: sections leak out
New submission from Elazar Gershuni: Inner sections "leak" out from enum to the general datatypes index: http://docs.python.org/3.4/library/datatypes.html (sections 8.14 - 8.17) ---------- assignee: docs@python components: Documentation messages: 196816 nosy: docs@python, elazar priority: normal severity: normal status: open title: Enum docs: sections leak out _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18908> _______________________________________
Elazar Gershuni added the comment: here's a patch. ---------- keywords: +patch Added file: http://bugs.python.org/file31561/enumcontain.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18908> _______________________________________
Changes by Eli Bendersky <eliben@gmail.com>: ---------- nosy: +eli.bendersky, ethan.furman _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18908> _______________________________________
Changes by Eli Bendersky <eliben@gmail.com>: ---------- stage: -> patch review versions: +Python 3.4 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18908> _______________________________________
Changes by Elazar Gershuni <elazarg@gmail.com>: Added file: http://bugs.python.org/file31562/enumindent.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18908> _______________________________________
Changes by Elazar Gershuni <elazarg@gmail.com>: Added file: http://bugs.python.org/file31563/enumplusminor.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18908> _______________________________________
Changes by Elazar Gershuni <elazarg@gmail.com>: Removed file: http://bugs.python.org/file31563/enumplusminor.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18908> _______________________________________
Changes by Elazar Gershuni <elazarg@gmail.com>: Added file: http://bugs.python.org/file31564/enumplusminor.patch _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18908> _______________________________________
Roundup Robot added the comment: New changeset a55cbaf9a581 by Ethan Furman in branch 'default': Close #18908: Keep Enum docs in their own section. Patch by Elazar Gershuni. http://hg.python.org/cpython/rev/a55cbaf9a581 ---------- nosy: +python-dev resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue18908> _______________________________________
participants (3)
-
Elazar Gershuni
-
Eli Bendersky
-
Roundup Robot