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 ncoghlan
Recipients JelleZijlstra, giampaolo.rodola, ncoghlan, rhettinger, yselivanov
Date 2017-03-02.01:44:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488419079.99.0.402700599109.issue29679@psf.upfronthosting.co.za>
In-reply-to
Content
In the specific case of contextlib, most of the APIs should be able to transparently support async/await without negatively impacting their synchronous behaviour, so after the python-dev discussion, I think one module with separate sync and async test suites is a good way to go for contextlib specifically: https://mail.python.org/pipermail/python-dev/2017-March/147520.html

However, as noted in that message, I *don't* think we can conclude that's going to be the right answer for the standard library in general - for many modules, a separate a<module> or aio<module> published via PyPI and potentially considered for stdlib inclusion later is going to make more sense.
History
Date User Action Args
2017-03-02 01:44:40ncoghlansetrecipients: + ncoghlan, rhettinger, giampaolo.rodola, yselivanov, JelleZijlstra
2017-03-02 01:44:39ncoghlansetmessageid: <1488419079.99.0.402700599109.issue29679@psf.upfronthosting.co.za>
2017-03-02 01:44:39ncoghlanlinkissue29679 messages
2017-03-02 01:44:38ncoghlancreate