mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 00:53:23 +08:00
* mailbox: Make stub-only helpers private These HasIteritems and HasItems protocols don't exist in the real mailbox module so prefix them with underscore to indicate they are private. * mailbox: Fix type of message argument The Mailbox.add and Mailbox.__setitem__ methods take a message argument which can be anything that is convertible to a Message. Fix the signatures accordingly.