diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2021-05-21 17:00:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-21 17:00:40 (GMT) |
commit | 875b3d84b3072b2d3c352ad9f0ff52c441fbd12e (patch) | |
tree | 5fc461ab2855ee1f5f74992e43e7f681712b4be0 /Misc | |
parent | b51081c1a8cf01b92ba0692173e1b9274a57f455 (diff) | |
download | cpython-875b3d84b3072b2d3c352ad9f0ff52c441fbd12e.zip cpython-875b3d84b3072b2d3c352ad9f0ff52c441fbd12e.tar.gz cpython-875b3d84b3072b2d3c352ad9f0ff52c441fbd12e.tar.bz2 |
bpo-43643: Sync with python/importlib_resources@c17a610aad. (GH-26284)
* bpo-43643: Sync with python/importlib_resources@c17a610aad.
* Sync with python/importlib_resources@89fd5e961a.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-05-21-12-12-35.bpo-43643.GWnmcF.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-05-21-12-12-35.bpo-43643.GWnmcF.rst b/Misc/NEWS.d/next/Library/2021-05-21-12-12-35.bpo-43643.GWnmcF.rst new file mode 100644 index 0000000..57157df --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-05-21-12-12-35.bpo-43643.GWnmcF.rst @@ -0,0 +1 @@ +Declare readers.MultiplexedPath.name as a property per the spec. |