]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-90890: Reorder mailbox.Maildir method documentation (GH-113071)
authorStephen Gildea <stepheng-bpo@gildea.com>
Thu, 14 Dec 2023 07:53:08 +0000 (23:53 -0800)
committerGitHub <noreply@github.com>
Thu, 14 Dec 2023 07:53:08 +0000 (09:53 +0200)
commit4d5d9acb22ee8c6908ebd4fdc3d17472f8b286e3
tree5683982fa9e5c26cccde8308e35305f06c84ef93
parentb4f2c89118d5a48ce6c495ba931d7f6493422029
gh-90890: Reorder mailbox.Maildir method documentation (GH-113071)

When new mailbox.Maildir methods were added for 3.13.0a2, their
documentation was added at the end of the mailbox.Maildir section
instead of grouping them with other methods Maildir adds to Mailbox.

This commit moves the new methods' documentation adjacent to
documentation for existing Maildir-specific methods, so that
the "special remarks" for common methods remains at the end.
Doc/library/mailbox.rst