[issue20029] asyncio.SubprocessProtocol is missing

2014-02-06 Thread STINNER Victor
Changes by STINNER Victor : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue20029] asyncio.SubprocessProtocol is missing

2014-02-06 Thread Guido van Rossum
Guido van Rossum added the comment: Go ahead and close it. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue20029] asyncio.SubprocessProtocol is missing

2014-02-06 Thread STINNER Victor
STINNER Victor added the comment: > There's one issue left: the docs need to document BaseProtocol. The BaseProtocol is documented here: http://docs.python.org/dev/library/asyncio-protocol.html#protocols Can we close the issue? -- ___ Python tracker

[issue20029] asyncio.SubprocessProtocol is missing

2013-12-20 Thread Guido van Rossum
Guido van Rossum added the comment: There's one issue left: the docs need to document BaseProtocol. -- assignee: -> haypo stage: -> needs patch ___ Python tracker ___ _

[issue20029] asyncio.SubprocessProtocol is missing

2013-12-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 0a135e790ce5 by Guido van Rossum in branch 'default': asyncio: Export all abstract protocol and transport classes. Fixes issue #20029. http://hg.python.org/cpython/rev/0a135e790ce5 -- nosy: +python-dev __

[issue20029] asyncio.SubprocessProtocol is missing

2013-12-20 Thread Guido van Rossum
Guido van Rossum added the comment: I propose that we fix the code. There are also some documented Transport classes that aren't listed in __all__. I'll submit the fix. -- ___ Python tracker

[issue20029] asyncio.SubprocessProtocol is missing

2013-12-20 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +gvanrossum, haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue20029] asyncio.SubprocessProtocol is missing

2013-12-19 Thread akira
New submission from akira: `SubprocessProtocol` is documented to be accessible as `asyncio.SubprocessProtocol` [1] but it is not included in `asyncio.protocols.__all__` [2] that leads to `AttributeError`: python3.4 -c "import asyncio; asyncio.SubprocessProtocol" Traceback (most recent