From 738cb42a14481aa9ae58704f6bee951308212d7e Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Thu, 28 Mar 2019 00:19:30 -0400 Subject: [PATCH] Fix NEWS entries with incorrect bpo numbers (GH-12599) --- Misc/NEWS.d/3.8.0a3.rst | 4 ++-- ...56.fnKoKo.rst => 2019-03-20-00-37-24.bpo-36143.fnKoKo.rst} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename Misc/NEWS.d/next/Core and Builtins/{2019-03-20-00-37-24.bpo-12456.fnKoKo.rst => 2019-03-20-00-37-24.bpo-36143.fnKoKo.rst} (100%) diff --git a/Misc/NEWS.d/3.8.0a3.rst b/Misc/NEWS.d/3.8.0a3.rst index 4962464a10..a7397b520c 100644 --- a/Misc/NEWS.d/3.8.0a3.rst +++ b/Misc/NEWS.d/3.8.0a3.rst @@ -49,7 +49,7 @@ Fix a possible crash in ``structseq_repr()``. .. -.. bpo: 12477 +.. bpo: 36256 .. date: 2019-03-21-00-24-18 .. nonce: OZHa0t .. section: Core and Builtins @@ -236,7 +236,7 @@ deprecated. .. -.. bpo: 11814 +.. bpo: 35808 .. date: 2019-02-11-00-50-03 .. nonce: M12CMH .. section: Core and Builtins diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-03-20-00-37-24.bpo-12456.fnKoKo.rst b/Misc/NEWS.d/next/Core and Builtins/2019-03-20-00-37-24.bpo-36143.fnKoKo.rst similarity index 100% rename from Misc/NEWS.d/next/Core and Builtins/2019-03-20-00-37-24.bpo-12456.fnKoKo.rst rename to Misc/NEWS.d/next/Core and Builtins/2019-03-20-00-37-24.bpo-36143.fnKoKo.rst -- 2.49.0