diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-06-12 11:31:13 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2019-06-12 11:31:13 (GMT) |
commit | 669e07be4861ebb69f2ed1c62dd2f2c83402bc09 (patch) | |
tree | e041af49b09f640985d7d308f8d738c6b29617fd | |
parent | 996e52623af3854552d41751e0c2522bc0a7e84f (diff) | |
download | cpython-669e07be4861ebb69f2ed1c62dd2f2c83402bc09.zip cpython-669e07be4861ebb69f2ed1c62dd2f2c83402bc09.tar.gz cpython-669e07be4861ebb69f2ed1c62dd2f2c83402bc09.tar.bz2 |
Add some placeholder notes for major 3.8 features (GH-13927) (#13929)
(cherry picked from commit b9438ceb20635b00f10615c5b6d8dbe56e1d486b)
Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
-rw-r--r-- | Doc/whatsnew/3.8.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst index eb2a005..7e5d2f1 100644 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@ -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 ============================= |