diff options
author | Barney Gale <barney.gale@gmail.com> | 2023-05-25 20:24:20 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-25 20:24:20 (GMT) |
commit | bd1b6228d132b8e9836fe352cd8dca2b6c1bd98c (patch) | |
tree | 42df193dad2436c36c67ca3c4ce5235e5eca8845 /Misc | |
parent | fea8632ec69d160a11b8ec506900c14989952bc1 (diff) | |
download | cpython-bd1b6228d132b8e9836fe352cd8dca2b6c1bd98c.zip cpython-bd1b6228d132b8e9836fe352cd8dca2b6c1bd98c.tar.gz cpython-bd1b6228d132b8e9836fe352cd8dca2b6c1bd98c.tar.bz2 |
GH-104898: Add __slots__ to os.PathLike (GH-104899)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-05-24-22-50-21.gh-issue-104898.UbT2S4.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-05-24-22-50-21.gh-issue-104898.UbT2S4.rst b/Misc/NEWS.d/next/Library/2023-05-24-22-50-21.gh-issue-104898.UbT2S4.rst new file mode 100644 index 0000000..e596ab3 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2023-05-24-22-50-21.gh-issue-104898.UbT2S4.rst @@ -0,0 +1 @@ +Add missing :attr:`~object.__slots__` to :class:`os.PathLike`. |