• R. David Murray's avatar
    Merged revisions 82011 via svnmerge from · 71df9d92
    R. David Murray yazdı
    svn+ssh://pythondev@svn.python.org/python/branches/py3k
    
    ................
      r82011 | r.david.murray | 2010-06-15 22:19:40 -0400 (Tue, 15 Jun 2010) | 17 lines
    
      Merged revisions 81675 via svnmerge from
      svn+ssh://pythondev@svn.python.org/python/trunk
    
      ........
        r81675 | r.david.murray | 2010-06-03 11:43:20 -0400 (Thu, 03 Jun 2010) | 10 lines
    
        #5610: use \Z not $ so we don't eat extra chars when body part ends with \r\n.
    
        If a body part ended with \r\n, feedparser, using '$' to terminate its
        search for the newline, would match on the \r\n, and think that it needed
        to strip two characters in order to account for the line end before the
        boundary.  That made it chop one too many characters off the end of
        the body part.  Using \Z makes the match correct.
    
        Patch and test by Tony Nelson.
      ........
    ................
    71df9d92
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...