From: Ɓukasz Langa Date: Mon, 14 Oct 2019 20:02:08 +0000 (+0200) Subject: Merge tag 'v3.8.0' into 3.8 X-Git-Tag: v3.8.1rc1~165 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=85da2ddc89754becaf25dd99226dd96552ed68fa;p=thirdparty%2FPython%2Fcpython.git Merge tag 'v3.8.0' into 3.8 Python 3.8.0 --- 85da2ddc89754becaf25dd99226dd96552ed68fa diff --cc Doc/whatsnew/3.8.rst index 85351e10e699,d80005fda367..e1388e2169f4 --- a/Doc/whatsnew/3.8.rst +++ b/Doc/whatsnew/3.8.rst @@@ -47,6 -47,16 +47,8 @@@ This article explains the new features in Python 3.8, compared to 3.7. For full details, see the :ref:`changelog `. + Python 3.8 was released on October 14th, 2019. + -Prerelease users should be aware that this document is currently in -draft form. It will be updated as Python 3.8 moves towards release, so -it's worth checking back even after reading earlier versions. Some -notable items not yet covered are: - -* :pep:`578` - Runtime audit hooks for potentially sensitive operations -* ``python -m asyncio`` runs a natively async REPL - .. testsetup:: from datetime import date