[Python-checkins] bpo-37266: Add bpo number to the What's New entry (GH614584)

Victor Stinner webhook-mailer at python.org
Thu Jul 4 12:30:43 EDT 2019


https://github.com/python/cpython/commit/b4e68960b90627422325fdb75f463df1e4153c6e
commit: b4e68960b90627422325fdb75f463df1e4153c6e
branch: master
author: Victor Stinner <vstinner at redhat.com>
committer: GitHub <noreply at github.com>
date: 2019-07-04T18:30:19+02:00
summary:

bpo-37266: Add bpo number to the What's New entry (GH614584)

To get more info about this change.

files:
M Doc/whatsnew/3.9.rst

diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index 43567b9b4cea..85e254f061eb 100644
--- a/Doc/whatsnew/3.9.rst
+++ b/Doc/whatsnew/3.9.rst
@@ -110,6 +110,7 @@ In a subinterpreter, spawning a daemon thread now raises an exception. Daemon
 threads were never supported in subinterpreters. Previously, the subinterpreter
 finalization crashed with a Python fatal error if a daemon thread was still
 running.
+(Contributed by Victor Stinner in :issue:`37266`.)
 
 pprint
 ------



More information about the Python-checkins mailing list