Add some placeholder notes for major 3.8 features (GH-13927) (#13929)

(cherry picked from commit b9438ceb20)

Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
This commit is contained in:
Miss Islington (bot) 2019-06-12 04:31:13 -07:00 committed by Victor Stinner
parent 996e52623a
commit 669e07be48

View file

@ -52,6 +52,13 @@ For full details, see the :ref:`changelog <changelog>`.
form. It will be updated substantially as Python 3.8 moves towards release,
so it's worth checking back even after reading earlier versions.
Some notable items not yet covered here:
* :pep:`574` - Pickle protocol 5 with out-of-band data buffer support
* :pep:`578` - Runtime audit hooks for potentially sensitive operations
* ``python -m asyncio`` runs a natively async REPL
* ...
Summary -- Release highlights
=============================