[Python-checkins] (no subject)

Łukasz Langa webhook-mailer at python.org
Sun Jun 9 05:08:04 EDT 2019




To: python-checkins at python.org
Subject: Add some placeholder notes for major 3.8 features (GH-13927)
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0

https://github.com/python/cpython/commit/b9438ceb20635b00f10615c5b6d8dbe56e1d=
486b
commit: b9438ceb20635b00f10615c5b6d8dbe56e1d486b
branch: master
author: Nick Coghlan <ncoghlan at gmail.com>
committer: =C5=81ukasz Langa <lukasz at langa.pl>
date: 2019-06-09T11:07:42+02:00
summary:

Add some placeholder notes for major 3.8 features (GH-13927)

files:
M Doc/whatsnew/3.8.rst

diff --git a/Doc/whatsnew/3.8.rst b/Doc/whatsnew/3.8.rst
index bf75387d9517..99bb793830bc 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 releas=
e,
    so it's worth checking back even after reading earlier versions.
=20
+   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
+   * ...
+
=20
 Summary -- Release highlights
 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D



More information about the Python-checkins mailing list