kopia lustrzana https://github.com/micropython/micropython-lib
email.parser: Kw-only args are not supported yet by MicroPython.
rodzic
23cdbaec7c
commit
7d1bb7e6a3
|
@ -16,7 +16,7 @@ from email._policybase import compat32
|
||||||
|
|
||||||
|
|
||||||
class Parser:
|
class Parser:
|
||||||
def __init__(self, _class=Message, *, policy=compat32):
|
def __init__(self, _class=Message, policy=compat32):
|
||||||
"""Parser of RFC 2822 and MIME email messages.
|
"""Parser of RFC 2822 and MIME email messages.
|
||||||
|
|
||||||
Creates an in-memory object tree representing the email message, which
|
Creates an in-memory object tree representing the email message, which
|
||||||
|
|
Ładowanie…
Reference in New Issue