[issue14486] Add some versionchanged notes in threading docs

New submission from Nick Coghlan <ncoghlan@gmail.com>: A (very) minor irritation discovered today - the PEP 8 style names were added to the threading.Thread API in 2.6, but the only notice of this is up at the top of the module docs. Some embedded notices like: ..versionchanged:: 2.6 Added PEP 8 compliant interfaces. See note at top of page. might be helpful. ---------- assignee: docs@python components: Documentation keywords: easy messages: 157451 nosy: docs@python, ncoghlan priority: low severity: normal stage: needs patch status: open title: Add some versionchanged notes in threading docs type: enhancement versions: Python 2.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue14486> _______________________________________

Georg Brandl <georg@python.org> added the comment: +1. ---------- nosy: +georg.brandl _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue14486> _______________________________________

Roundup Robot added the comment: New changeset 81c28c415718 by Georg Brandl in branch '2.7': Closes #14486: add versionchanged notices throughout the threading docs for PEP8-compliant APIs; the note at the top of the page is too hard to notice. http://hg.python.org/cpython/rev/81c28c415718 ---------- nosy: +python-dev resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue14486> _______________________________________
participants (3)
-
Georg Brandl
-
Nick Coghlan
-
Roundup Robot