diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-08-05 14:41:45 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-05 14:41:45 (GMT) |
commit | 96555cb2fa920c7f3a2c6d3723b45b6a62c6e702 (patch) | |
tree | 06954025a37abac0afde8cad31b722afdb6dcb52 /Doc/whatsnew | |
parent | 954b8875a0fefc876aa734a825cbcd19ea5028ca (diff) | |
download | cpython-96555cb2fa920c7f3a2c6d3723b45b6a62c6e702.zip cpython-96555cb2fa920c7f3a2c6d3723b45b6a62c6e702.tar.gz cpython-96555cb2fa920c7f3a2c6d3723b45b6a62c6e702.tar.bz2 |
[3.11] Remove draft notice from 3.11 What's new (GH-95713) (#95715)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.11.rst | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 0ba8853..3ea3fa6 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -49,13 +49,6 @@ This article explains the new features in Python 3.11, compared to 3.10. For full details, see the :ref:`changelog <changelog>`. -.. note:: - - Prerelease users should be aware that this document is currently in draft - form. It will be updated substantially as Python 3.11 moves towards release, - so it's worth checking back even after reading earlier versions. - - Summary -- Release highlights ============================= |