From: Steve Dower Date: Mon, 10 May 2021 23:39:17 +0000 (+0100) Subject: bpo-44070: Clarify NEWS message to specify the version when the behaviour was introdu... X-Git-Tag: v3.9.6~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4884083aed9bfec22c4da0e0223ad6a04a4bef2;p=thirdparty%2FPython%2Fcpython.git bpo-44070: Clarify NEWS message to specify the version when the behaviour was introduced (GH-26029) --- diff --git a/Misc/NEWS.d/next/Core and Builtins/2021-05-10-22-30-12.bpo-44070.5bBtKx.rst b/Misc/NEWS.d/next/Core and Builtins/2021-05-10-22-30-12.bpo-44070.5bBtKx.rst index e40073f3b8b6..46bea4003113 100644 --- a/Misc/NEWS.d/next/Core and Builtins/2021-05-10-22-30-12.bpo-44070.5bBtKx.rst +++ b/Misc/NEWS.d/next/Core and Builtins/2021-05-10-22-30-12.bpo-44070.5bBtKx.rst @@ -1,2 +1,2 @@ No longer eagerly makes import filenames absolute, except for extension -modules. +modules, which was introduced in 3.9.5.