Commit Graph
2 Commits
Author SHA1 Message Date
John Villalovos 38015e1935 imaplib: annotate imaplib.Commands (#8262)
Add type hints for `imaplib.Commands` which is defined here in
imaplib.py:
https://github.com/python/cpython/blob/6442a9dd212fa18343db21849cf05c0181662c1f/Lib/imaplib.py#L58-L102

Closes #8261
2022-07-09 14:27:29 +05:30
John Villalovos fc69e0053a imaplib: fix exception types (#8095)
Closes #8094
2022-06-17 23:45:10 -07:00