mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-30 08:04:24 +08:00
Add email.charset.SHORTEST, QP, BASE64 to the stub for Python 2 (#2857)
Also mark Python 3 constants as undocumented. Fixes #2830
This commit is contained in:
committed by
Sebastian Rittau
parent
08555f80d1
commit
e4e19d6e98
@@ -2,9 +2,9 @@
|
||||
|
||||
from typing import List, Optional, Iterator, Any
|
||||
|
||||
QP: int
|
||||
BASE64: int
|
||||
SHORTEST: int
|
||||
QP: int # undocumented
|
||||
BASE64: int # undocumented
|
||||
SHORTEST: int # undocumented
|
||||
|
||||
class Charset:
|
||||
input_charset = ... # type: str
|
||||
|
||||
Reference in New Issue
Block a user