From: Nick Coghlan Date: Sun, 9 Jun 2019 09:07:42 +0000 (+1000) Subject: Add some placeholder notes for major 3.8 features (GH-13927) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9438ceb20635b00f10615c5b6d8dbe56e1d486b;p=python Add some placeholder notes for major 3.8 features (GH-13927) --- diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index bf75387d95..99bb793830 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -52,6 +52,13 @@ For full details, see the :ref:`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 =============================