[issue19262] Add asyncio (tulip, PEP 3156) to stdlin

2013-10-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: (massaging, probably) -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue19262] Add asyncio (tulip, PEP 3156) to stdlin

2013-10-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: It will probably need some messaging to integrate the Windows overlapped stuff? -- nosy: +sbt ___ Python tracker ___ ___

[issue19262] Add asyncio (tulip, PEP 3156) to stdlin

2013-10-14 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue19262] Add asyncio (tulip, PEP 3156) to stdlin

2013-10-14 Thread Guido van Rossum
New submission from Guido van Rossum: I'll add the tests next. The plan is to get this in the next (last) alpha release. -- messages: 199953 nosy: gvanrossum, larry, pitrou priority: release blocker severity: normal stage: patch review status: open title: Add asyncio (tulip, PEP 3156)