[issue22346] asyncio documentation does not mention provisional status

2014-09-06 Thread Roundup Robot

Roundup Robot added the comment:

New changeset fefe7822e6b8 by Nick Coghlan in branch '3.4':
Issue #22346: also include asyncio PEP 411 notice in 3.4
http://hg.python.org/cpython/rev/fefe7822e6b8

--

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



[issue22346] asyncio documentation does not mention provisional status

2014-09-05 Thread Thomas Kluyver

New submission from Thomas Kluyver:

From PEP 411:


A package will be marked provisional by a notice in its documentation page and 
its docstring. The following paragraph will be added as a note at the top of 
the documentation page:

The X package has been included in the standard library on a provisional 
basis. Backwards incompatible changes (up to and including removal of the 
package) may occur if deemed necessary by the core developers.


PEP 3156 says that asyncio is in provisional status until Python 3.5, but the 
main asyncio page in the docs does not even mention this, let alone having the 
new warning:
https://docs.python.org/3/library/asyncio.html

I freely admit this is nitpicking, but if the idea of provisional status is to 
be taken seriously, I think asyncio, as a very high profile new package, should 
set a good example of it.

--
assignee: docs@python
components: Documentation, asyncio
messages: 226463
nosy: docs@python, gvanrossum, haypo, takluyver, yselivanov
priority: normal
severity: normal
status: open
title: asyncio documentation does not mention provisional status
versions: Python 3.4

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



[issue22346] asyncio documentation does not mention provisional status

2014-09-05 Thread Roundup Robot

Roundup Robot added the comment:

New changeset f8f3e83c9528 by Guido van Rossum in branch 'default':
Add PEP-411-compliant note about asyncio being provisional. Fixes issue #22346.
http://hg.python.org/cpython/rev/f8f3e83c9528

--
nosy: +python-dev

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



[issue22346] asyncio documentation does not mention provisional status

2014-09-05 Thread Guido van Rossum

Guido van Rossum added the comment:

Thanks!

--
resolution:  - fixed
status: open - closed

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