diff options
| author | Nick Coghlan <ncoghlan@gmail.com> | 2019-06-09 19:07:42 +1000 |
|---|---|---|
| committer | Ćukasz Langa <lukasz@langa.pl> | 2019-06-09 11:07:42 +0200 |
| commit | b9438ceb20635b00f10615c5b6d8dbe56e1d486b (patch) | |
| tree | 35e0f5d25f8cacc0c4bef53013f0f01b4f2c2cbe /Doc/whatsnew | |
| parent | 45a14942c969ed508b35abd5e116cb18f84ce5b4 (diff) | |
| download | cpython-git-b9438ceb20635b00f10615c5b6d8dbe56e1d486b.tar.gz | |
Add some placeholder notes for major 3.8 features (GH-13927)
Diffstat (limited to 'Doc/whatsnew')
| -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 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 <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 ============================= |
