[Python-checkins] Fix bpo number in News file. (GH-14260) (GH-14261)

Eric V. Smith webhook-mailer at python.org
Thu Jun 20 06:51:03 EDT 2019


https://github.com/python/cpython/commit/0bda8941fce020bce9656f2ecb02072583955b20
commit: 0bda8941fce020bce9656f2ecb02072583955b20
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Eric V. Smith <ericvsmith at users.noreply.github.com>
date: 2019-06-20T06:50:59-04:00
summary:

Fix bpo number in News file. (GH-14260) (GH-14261)

(cherry picked from commit 0c48618cc0d28caf3db191879715e519546857fd)

Co-authored-by: Eric V. Smith <ericvsmith at users.noreply.github.com>

files:
M Misc/NEWS.d/3.8.0b1.rst

diff --git a/Misc/NEWS.d/3.8.0b1.rst b/Misc/NEWS.d/3.8.0b1.rst
index d083983642e7..77f57df397ac 100644
--- a/Misc/NEWS.d/3.8.0b1.rst
+++ b/Misc/NEWS.d/3.8.0b1.rst
@@ -355,7 +355,7 @@ standard library. They now inherit ``__str__()`` from :class:`object`.
 
 ..
 
-.. bpo: 36774
+.. bpo: 36817
 .. date: 2019-05-02-11-48-08
 .. nonce: ZqbJ1J
 .. section: Core and Builtins



More information about the Python-checkins mailing list