• R. David Murray's avatar
    Issue #7472: remove unused code from email.encoders.encode_7or8bit. · 7d93221a
    R. David Murray yazdı
    Yukihiro Nakadaira noticed a typo in encode_7or8bit that was trying
    to special case iso-2022 codecs.  It turns out that the code in
    question is never used, because whereas it was designed to trigger
    if the payload encoding was eight bit but its output encoding was
    7 bit, in practice the payload is always converted to the 7bit
    encoding before encode_7or8bit is called.  Patch by Shawat Anand.
    7d93221a
Adı
Son kayıt (commit)
Son güncelleme
..
mime Loading commit data...
test Loading commit data...
__init__.py Loading commit data...
_parseaddr.py Loading commit data...
base64mime.py Loading commit data...
charset.py Loading commit data...
encoders.py Loading commit data...
errors.py Loading commit data...
feedparser.py Loading commit data...
generator.py Loading commit data...
header.py Loading commit data...
iterators.py Loading commit data...
message.py Loading commit data...
parser.py Loading commit data...
quoprimime.py Loading commit data...
utils.py Loading commit data...