From 277ece75ccd20f93fc8c516a0f7a830737cbf1f1 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sun, 9 Jun 2019 13:37:53 +1000 Subject: [PATCH 1/2] Add some placeholder notes for major 3.8 features --- Doc/whatsnew/3.8.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index bf75387d9517f3f..cccb49ab1b10bc3 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -51,6 +51,14 @@ For full details, see the :ref:`changelog `. Prerelease users should be aware that this document is currently in draft 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 From 1d810f66f1cae572904e06a81c7cf2fd2807816d Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sun, 9 Jun 2019 16:49:06 +1000 Subject: [PATCH 2/2] Fix build issues --- Doc/whatsnew/3.8.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index cccb49ab1b10bc3..99bb793830bc37e 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -51,14 +51,13 @@ For full details, see the :ref:`changelog `. Prerelease users should be aware that this document is currently in draft 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 + * ``python -m asyncio`` runs a natively async REPL * ... - Summary -- Release highlights