Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Doc/library/mailbox.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ Supported mailbox formats are Maildir, mbox, MH, Babyl, and MMDF.
:exc:`KeyError` exception if the corresponding message is subsequently
removed.

.. versionchanged:: 3.10
:class:`Mailbox` (and subclasses) supports a :term:`path-like object` for
the mailbox/maildir.

.. warning::

Be very cautious when modifying mailboxes that might be simultaneously
Expand Down
Loading