• Barry Warsaw's avatar
    __init__(): Fix an invariant, that the charset item in a chunk tuple · 5e3bcff6
    Barry Warsaw yazdı
    must be a Charset instance, not a string.  The bug here was that
    self._charset wasn't being converted to a Charset instance so later
    .append() calls which used the default charset would break.
    
    _split(): If the charset of the chunk is '8bit', return the chunk
    unchanged.  We can't safely split it, so this is the avenue of least
    harm.
    5e3bcff6
Adı
Son kayıt (commit)
Son güncelleme
..
test Loading commit data...
Charset.py Loading commit data...
Encoders.py Loading commit data...
Errors.py Loading commit data...
Generator.py Loading commit data...
Header.py Loading commit data...
Iterators.py Loading commit data...
MIMEAudio.py Loading commit data...
MIMEBase.py Loading commit data...
MIMEImage.py Loading commit data...
MIMEMessage.py Loading commit data...
MIMEMultipart.py Loading commit data...
MIMENonMultipart.py Loading commit data...
MIMEText.py Loading commit data...
Message.py Loading commit data...
Parser.py Loading commit data...
Utils.py Loading commit data...
__init__.py Loading commit data...
_compat21.py Loading commit data...
_compat22.py Loading commit data...
base64MIME.py Loading commit data...
quopriMIME.py Loading commit data...