This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov, xitop, yselivanov
Date 2018-10-15.18:12:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539627173.22.0.788709270274.issue34993@psf.upfronthosting.co.za>
In-reply-to
Content
1. Trio has *stappled* streams for the case, especially useful for starting TLS session over stdin/stdout.
We can master something too.
2. FlowControlMixin was always considered a **private** API. Would be nice to add an underscore prefix to the name if not too late. IIRC the official policy is: if you need the class -- copy and paste it into your project.
3. Even a person with very many stars on StackOverflow doesn't become an asyncio expert automatically; while I very respect the sie and so on.
History
Date User Action Args
2018-10-15 18:12:53asvetlovsetrecipients: + asvetlov, yselivanov, xitop
2018-10-15 18:12:53asvetlovsetmessageid: <1539627173.22.0.788709270274.issue34993@psf.upfronthosting.co.za>
2018-10-15 18:12:53asvetlovlinkissue34993 messages
2018-10-15 18:12:53asvetlovcreate