summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-04-09-21-05-43.gh-issue-66515.0DS8Ya.rst
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2024-01-17 12:09:05 (GMT)
committerThomas Wouters <thomas@python.org>2024-01-17 12:14:40 (GMT)
commitf009305a7d635f86440c804a2916f8fa4d7fc637 (patch)
tree504b13d711808015a89abd1e808f7da54f280708 /Misc/NEWS.d/next/Library/2023-04-09-21-05-43.gh-issue-66515.0DS8Ya.rst
parentb204c4beb44c1a9013f8da16984c9129374ed8c5 (diff)
downloadcpython-f009305a7d635f86440c804a2916f8fa4d7fc637.zip
cpython-f009305a7d635f86440c804a2916f8fa4d7fc637.tar.gz
cpython-f009305a7d635f86440c804a2916f8fa4d7fc637.tar.bz2
Python 3.13.0a3v3.13.0a3
Diffstat (limited to 'Misc/NEWS.d/next/Library/2023-04-09-21-05-43.gh-issue-66515.0DS8Ya.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2023-04-09-21-05-43.gh-issue-66515.0DS8Ya.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-04-09-21-05-43.gh-issue-66515.0DS8Ya.rst b/Misc/NEWS.d/next/Library/2023-04-09-21-05-43.gh-issue-66515.0DS8Ya.rst
deleted file mode 100644
index b9c52f3..0000000
--- a/Misc/NEWS.d/next/Library/2023-04-09-21-05-43.gh-issue-66515.0DS8Ya.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-:class:`mailbox.MH` now supports folders that do not contain a
-``.mh_sequences`` file (e.g. Claws Mail IMAP-cache folders). Patch by Serhiy
-Storchaka.