• R. David Murray's avatar
    Merged revisions 81675 via svnmerge from · ff4a01df
    R. David Murray yazdı
    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.
    ........
    ff4a01df
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...