mirror of
https://github.com/python/cpython.git
synced 2026-02-28 18:10:53 +00:00
Add some placeholder notes for major 3.8 features (GH-13927) (#13929)
(cherry picked from commit b9438ceb20)
Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
This commit is contained in:
parent
996e52623a
commit
669e07be48
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
=============================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue