• R. David Murray's avatar
    Merged revisions 81658 via svnmerge from · e036af0c
    R. David Murray yazdı
    svn+ssh://pythondev@svn.python.org/python/trunk
    
    ........
      r81658 | r.david.murray | 2010-06-02 18:03:15 -0400 (Wed, 02 Jun 2010) | 9 lines
    
      #1368247: make set_charset/MIMEText automatically encode unicode _payload.
    
      Fixes (mysterious, to the end user) UnicodeErrors when using utf-8 as
      the charset and unicode as the _text argument.  Also makes the way in
      which unicode gets encoded to quoted printable for other charsets more
      sane (it only worked by accident previously).  The _payload now is encoded
      to the charset.output_charset if it is unicode.
    ........
    e036af0c
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...