[docs] [issue14486] Add some versionchanged notes in threading docs

Nick Coghlan report at bugs.python.org
Wed Apr 4 03:05:22 CEST 2012


New submission from Nick Coghlan <ncoghlan at 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 at python
components: Documentation
keywords: easy
messages: 157451
nosy: docs at 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 at bugs.python.org>
<http://bugs.python.org/issue14486>
_______________________________________


More information about the docs mailing list