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

pull/118/head
Paul Sokolovsky 2014-05-24 16:05:26 +03:00
rodzic 7a1e09866e
commit 3152071bba
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -135,7 +135,7 @@ class BufferedSubFile(object):
class FeedParser:
"""A feed-style parser of email."""
def __init__(self, _factory=message.Message, *, policy=compat32):
def __init__(self, _factory=message.Message, policy=compat32):
"""_factory is called with no arguments to create a new message obj
The policy keyword specifies a policy object that controls a number of