Fix NEWS entries with incorrect bpo numbers (GH-12599)
https://github.com/python/cpython/commit/738cb42a14481aa9ae58704f6bee9513082... commit: 738cb42a14481aa9ae58704f6bee951308212d7e branch: master author: Ned Deily <nad@python.org> committer: GitHub <noreply@github.com> date: 2019-03-28T00:19:30-04:00 summary: Fix NEWS entries with incorrect bpo numbers (GH-12599) files: A Misc/NEWS.d/next/Core and Builtins/2019-03-20-00-37-24.bpo-36143.fnKoKo.rst D Misc/NEWS.d/next/Core and Builtins/2019-03-20-00-37-24.bpo-12456.fnKoKo.rst M Misc/NEWS.d/3.8.0a3.rst diff --git a/Misc/NEWS.d/3.8.0a3.rst b/Misc/NEWS.d/3.8.0a3.rst index 4962464a10b5..a7397b520cb1 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
participants (1)
-
Ned Deily