Change empty string literals to ellipsis (#377)

For pytype compatibility
This commit is contained in:
alvarocaceres
2016-07-20 12:57:32 -05:00
committed by Matthias Kramm
parent 1d5df0bd7b
commit c1b12970f6
6 changed files with 17 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
# Stubs for email.utils (Python 2)
#
# NOTE: This dynamically typed stub was automatically generated by stubgen.
# Derived from stub automatically generated by stubgen.
from email._parseaddr import AddressList as _AddressList
from email._parseaddr import mktime_tz as mktime_tz
@@ -19,4 +19,4 @@ def unquote(str): ...
def decode_rfc2231(s): ...
def encode_rfc2231(s, charset=None, language=None): ...
def decode_params(params): ...
def collapse_rfc2231_value(value, errors='', fallback_charset=''): ...
def collapse_rfc2231_value(value, errors=..., fallback_charset=...): ...