From 8817d75f60cf4ae70b029adbff71decb43576c9e Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Tue, 8 Dec 2020 09:58:53 -0500 Subject: [PATCH 1/2] bpo-41910: move news entry --- Misc/NEWS.d/3.10.0a2.rst | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Misc/NEWS.d/3.10.0a2.rst b/Misc/NEWS.d/3.10.0a2.rst index a3c909df866dbaa..c5e095c71f777bb 100644 --- a/Misc/NEWS.d/3.10.0a2.rst +++ b/Misc/NEWS.d/3.10.0a2.rst @@ -116,15 +116,6 @@ failure, run the parser a second time with those enabled. .. -.. bpo: 41910 -.. date: 2020-10-21-14-40-54 -.. nonce: CzBMit -.. section: Core and Builtins - -Document the default implementation of `object.__eq__`. - -.. - .. bpo: 42093 .. date: 2020-10-20-04-24-07 .. nonce: ooZZNh @@ -653,6 +644,15 @@ Document __format__ functionality for IP addresses. .. +.. bpo: 41910 +.. date: 2020-10-21-14-40-54 +.. nonce: CzBMit +.. section: Core and Builtins + +Document the default implementation of `object.__eq__`. + +.. + .. bpo: 42010 .. date: 2020-10-21-02-21-14 .. nonce: 76vJ0u From 995b948b80cdc02daba419ca3893aaab572c9d0c Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Tue, 8 Dec 2020 10:09:21 -0500 Subject: [PATCH 2/2] change section --- Misc/NEWS.d/3.10.0a2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS.d/3.10.0a2.rst b/Misc/NEWS.d/3.10.0a2.rst index c5e095c71f777bb..b7ed61986adfece 100644 --- a/Misc/NEWS.d/3.10.0a2.rst +++ b/Misc/NEWS.d/3.10.0a2.rst @@ -647,7 +647,7 @@ Document __format__ functionality for IP addresses. .. bpo: 41910 .. date: 2020-10-21-14-40-54 .. nonce: CzBMit -.. section: Core and Builtins +.. section: Documentation Document the default implementation of `object.__eq__`.