diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-02-28 14:35:52 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-02-28 14:35:52 -0500 |
commit | 18eab965181ad46f66956fb0cbec9e1081e7971e (patch) | |
tree | 0a27517d939498bddf0cc81065cf9b1e32d49047 | |
parent | ecb7df1c0f8fa031da9c6bb93f8ccca40187bc75 (diff) | |
download | cpython-git-18eab965181ad46f66956fb0cbec9e1081e7971e.tar.gz |
Update blurb
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-02-28-04-21-35.bpo-42129.V0KifQ.rst | 4 |
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. |