email.parser: Kw-only args are not supported yet by MicroPython.

pull/118/head
Paul Sokolovsky 2014-05-24 16:08:40 +03:00
rodzic 23cdbaec7c
commit 7d1bb7e6a3
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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