diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-12-21 08:03:30 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-01-21 09:35:38 -0500 |
commit | e650eb2a2fd2bb180e4de9213b0720e85a4d91f1 (patch) | |
tree | 2adde896e85e745c4be91ab801fc41848b7f16c0 | |
parent | e110bf9aaa097a10ad564fd5fc9f4aa19bf26aac (diff) | |
download | cpython-git-e650eb2a2fd2bb180e4de9213b0720e85a4d91f1.tar.gz |
Update Misc/NEWS.d/next/Library/2021-12-18-18-41-30.bpo-46124.ESPrb7.rst
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-12-18-18-41-30.bpo-46124.ESPrb7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-12-18-18-41-30.bpo-46124.ESPrb7.rst b/Misc/NEWS.d/next/Library/2021-12-18-18-41-30.bpo-46124.ESPrb7.rst index 8109d1a47e..26f9f81303 100644 --- a/Misc/NEWS.d/next/Library/2021-12-18-18-41-30.bpo-46124.ESPrb7.rst +++ b/Misc/NEWS.d/next/Library/2021-12-18-18-41-30.bpo-46124.ESPrb7.rst @@ -1 +1 @@ -Update zoneinfo to rely on importlib.resources traversable API. +Update :mod:`zoneinfo` to rely on importlib.resources traversable API. |