diff options
author | Thomas Wouters <thomas@python.org> | 2023-10-13 08:50:46 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-10-13 08:52:10 (GMT) |
commit | ad056f03aee8000a1564a1d17f655f8713c48e48 (patch) | |
tree | cb6274fc5d29d315836ca839e0765322c109ef07 /Misc/NEWS.d/next/Library/2023-05-23-19-53-18.gh-issue-83863.eRI5JG.rst | |
parent | b7f9661bc12fdfec98684c89f03177ae5d3d74c1 (diff) | |
download | cpython-ad056f03aee8000a1564a1d17f655f8713c48e48.zip cpython-ad056f03aee8000a1564a1d17f655f8713c48e48.tar.gz cpython-ad056f03aee8000a1564a1d17f655f8713c48e48.tar.bz2 |
Python 3.13.0a1v3.13.0a1
Diffstat (limited to 'Misc/NEWS.d/next/Library/2023-05-23-19-53-18.gh-issue-83863.eRI5JG.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-05-23-19-53-18.gh-issue-83863.eRI5JG.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-05-23-19-53-18.gh-issue-83863.eRI5JG.rst b/Misc/NEWS.d/next/Library/2023-05-23-19-53-18.gh-issue-83863.eRI5JG.rst deleted file mode 100644 index 7a073aa..0000000 --- a/Misc/NEWS.d/next/Library/2023-05-23-19-53-18.gh-issue-83863.eRI5JG.rst +++ /dev/null @@ -1,4 +0,0 @@ -Support for using :class:`pathlib.Path` objects as context managers has been -removed. Before Python 3.9, exiting the context manager marked a path as -"closed", which caused some (but not all!) methods to raise when called. -Since Python 3.9, using a path as a context manager does nothing. |