[issue14486] Add some versionchanged notes in threading docs

2013-10-13 Thread Roundup Robot

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



[issue14486] Add some versionchanged notes in threading docs

2012-04-05 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

+1.

--
nosy: +georg.brandl

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14486
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14486] Add some versionchanged notes in threading docs

2012-04-03 Thread Nick Coghlan

New submission from Nick Coghlan ncogh...@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 rep...@bugs.python.org
http://bugs.python.org/issue14486
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com