summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-02-28 14:35:52 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-02-28 14:35:52 -0500
commit18eab965181ad46f66956fb0cbec9e1081e7971e (patch)
tree0a27517d939498bddf0cc81065cf9b1e32d49047
parentecb7df1c0f8fa031da9c6bb93f8ccca40187bc75 (diff)
downloadcpython-git-18eab965181ad46f66956fb0cbec9e1081e7971e.tar.gz
Update blurb
-rw-r--r--Misc/NEWS.d/next/Library/2021-02-28-04-21-35.bpo-42129.V0KifQ.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-02-28-04-21-35.bpo-42129.V0KifQ.rst b/Misc/NEWS.d/next/Library/2021-02-28-04-21-35.bpo-42129.V0KifQ.rst
index 56d3536dd2..4b8f5029fe 100644
--- a/Misc/NEWS.d/next/Library/2021-02-28-04-21-35.bpo-42129.V0KifQ.rst
+++ b/Misc/NEWS.d/next/Library/2021-02-28-04-21-35.bpo-42129.V0KifQ.rst
@@ -1,3 +1,3 @@
``importlib.resources`` now honors namespace packages, merging resources
-from each location in the namespace (same as found in importlib_resources
-5.0).
+from each location in the namespace as introduced in
+``importlib_resources`` 3.2 and including incidental changes through 5.0.3.