Skip to content
Closed
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
Constructor accepts a :term:`path-like object` for *path* (*dirname* in
Maildir).

.. warning::

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