From 96555cb2fa920c7f3a2c6d3723b45b6a62c6e702 Mon Sep 17 00:00:00 2001
From: "Miss Islington (bot)"
 <31488909+miss-islington@users.noreply.github.com>
Date: Fri, 5 Aug 2022 07:41:45 -0700
Subject: [PATCH] [3.11] Remove draft notice from 3.11 What's new (GH-95713)
 (#95715)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
---
 Doc/whatsnew/3.11.rst | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 0ba88532442..3ea3fa63d40 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
 =============================
 
-- 
GitLab