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 njs
Recipients asvetlov, mbussonn, njs, xtreak, yselivanov
Date 2019-05-22.20:09:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558555798.33.0.0352166865355.issue37006@roundup.psfhosted.org>
In-reply-to
Content
As far as things like run/run_until_complete/etc go, I think doctests should have the same semantics as async REPLs, whatever those end up being.

Given that we don't actually have mature async REPLs, that the core feature to enable them only landed a few days ago, and the 3.8 freeze is almost here, I think we should defer the doctest discussion for 3.9. Hopefully by then, things will have settled down more in async REPL land, and it'll be more obvious what doctest should do.
History
Date User Action Args
2019-05-22 20:09:58njssetrecipients: + njs, asvetlov, yselivanov, mbussonn, xtreak
2019-05-22 20:09:58njssetmessageid: <1558555798.33.0.0352166865355.issue37006@roundup.psfhosted.org>
2019-05-22 20:09:58njslinkissue37006 messages
2019-05-22 20:09:58njscreate