From 738cb42a14481aa9ae58704f6bee951308212d7e Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Thu, 28 Mar 2019 00:19:30 -0400 Subject: Fix NEWS entries with incorrect bpo numbers (GH-12599) --- Misc/NEWS.d/3.8.0a3.rst | 4 ++-- .../next/Core and Builtins/2019-03-20-00-37-24.bpo-12456.fnKoKo.rst | 2 -- .../next/Core and Builtins/2019-03-20-00-37-24.bpo-36143.fnKoKo.rst | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 Misc/NEWS.d/next/Core and Builtins/2019-03-20-00-37-24.bpo-12456.fnKoKo.rst create mode 100644 Misc/NEWS.d/next/Core and Builtins/2019-03-20-00-37-24.bpo-36143.fnKoKo.rst diff --git a/Misc/NEWS.d/3.8.0a3.rst b/Misc/NEWS.d/3.8.0a3.rst index 4962464..a7397b5 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-12456.fnKoKo.rst deleted file mode 100644 index 10d6c49..0000000 --- a/Misc/NEWS.d/next/Core and Builtins/2019-03-20-00-37-24.bpo-12456.fnKoKo.rst +++ /dev/null @@ -1,2 +0,0 @@ -Regenerate :mod:`keyword` from the Grammar and Tokens file using pgen. Patch -by Pablo Galindo. diff --git a/Misc/NEWS.d/next/Core and Builtins/2019-03-20-00-37-24.bpo-36143.fnKoKo.rst b/Misc/NEWS.d/next/Core and Builtins/2019-03-20-00-37-24.bpo-36143.fnKoKo.rst new file mode 100644 index 0000000..10d6c49 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2019-03-20-00-37-24.bpo-36143.fnKoKo.rst @@ -0,0 +1,2 @@ +Regenerate :mod:`keyword` from the Grammar and Tokens file using pgen. Patch +by Pablo Galindo. -- cgit v0.12