• Barry Warsaw's avatar
    append(): Fixing the test for convertability after consultation with · 67f8f2fe
    Barry Warsaw yazdı
    Ben.  If s is a byte string, make sure it can be converted to unicode
    with the input codec, and from unicode with the output codec, or raise
    a UnicodeError exception early.  Skip this test (and the unicode->byte
    string conversion) when the charset is our faux 8bit raw charset.
    67f8f2fe
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...