• 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
..
RPM Loading commit data...
TextMate/Python-Dev.tmbundle Loading commit data...
Vim Loading commit data...
ACKS Loading commit data...
AIX-NOTES Loading commit data...
BeOS-NOTES Loading commit data...
BeOS-setup.py Loading commit data...
HISTORY Loading commit data...
NEWS Loading commit data...
NEWS.help Loading commit data...
PURIFY.README Loading commit data...
Porting Loading commit data...
README Loading commit data...
README.OpenBSD Loading commit data...
README.coverity Loading commit data...
README.klocwork Loading commit data...
README.valgrind Loading commit data...
RFD Loading commit data...
SpecialBuilds.txt Loading commit data...
build.sh Loading commit data...
cheatsheet Loading commit data...
developers.txt Loading commit data...
find_recursionlimit.py Loading commit data...
gdbinit Loading commit data...
indent.pro Loading commit data...
pymemcompat.h Loading commit data...
python-config.in Loading commit data...
python-mode.el Loading commit data...
python.man Loading commit data...
setuid-prog.c Loading commit data...
valgrind-python.supp Loading commit data...
vgrindefs Loading commit data...