]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-31844: Move whatsnew note to 3.10.rst (GH-21504)
authorBerker Peksag <berker.peksag@gmail.com>
Thu, 16 Jul 2020 06:38:58 +0000 (09:38 +0300)
committerGitHub <noreply@github.com>
Thu, 16 Jul 2020 06:38:58 +0000 (09:38 +0300)
Doc/whatsnew/3.10.rst
Doc/whatsnew/3.9.rst

index a3b53ba48e9b7c8dcfe305c01d8b509bd2be3b1c..0296c8ad60b0d376b825daa72919226de6f62609 100644 (file)
@@ -134,6 +134,12 @@ Deprecated
 Removed
 =======
 
+* The ``ParserBase.error()`` method from the private and undocumented ``_markupbase``
+  module has been removed.  :class:`html.parser.HTMLParser` is the only subclass of
+  ``ParserBase`` and its ``error()`` implementation has already been removed in
+  Python 3.5.
+  (Contributed by Berker Peksag in :issue:`31844`.)
+
 
 Porting to Python 3.10
 ======================
index 18cc5588bf237289f50f2362c87c6f38774785f5..db380bc1cdfa4e8eb71585bb6b3ab0a57c9f40f1 100644 (file)
@@ -887,12 +887,6 @@ Removed
   :func:`asyncio.current_task` and :func:`asyncio.all_tasks` instead.
   (Contributed by RĂ©mi Lapeyre in :issue:`40967`)
 
-* The ``ParserBase.error()`` method from the private and undocumented ``_markupbase``
-  module has been removed.  :class:`html.parser.HTMLParser` is the only subclass of
-  ``ParserBase`` and its ``error()`` implementation has already been removed in
-  Python 3.5.
-  (Contributed by Berker Peksag in :issue:`31844`.)
-
 Porting to Python 3.9
 =====================