summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2019-06-09 16:49:06 +1000
committerGitHub <noreply@github.com>2019-06-09 16:49:06 +1000
commit1d810f66f1cae572904e06a81c7cf2fd2807816d (patch)
tree35e0f5d25f8cacc0c4bef53013f0f01b4f2c2cbe
parent277ece75ccd20f93fc8c516a0f7a830737cbf1f1 (diff)
downloadcpython-git-ncoghlan-whatsnew-38-placeholder-notes.tar.gz
-rw-r--r--Doc/whatsnew/3.8.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index cccb49ab1b..99bb793830 100644
--- a/Doc/whatsnew/3.8.rst
+++ b/Doc/whatsnew/3.8.rst
@@ -51,14 +51,13 @@ For full details, see the :ref:`changelog <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