commit | 05b7631c17670a5b221f88161aad23c741b5be79 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Sat Jul 17 01:35:16 2010 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Sat Jul 17 01:35:16 2010 +0000 |
tree | 46001b8b0f390a946dbb7b3e523e26f2e42764cf | |
parent | 84305c51534482d4defd1f0df898759fbaf5c208 [diff] |
Merged revisions 82922 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r82922 | r.david.murray | 2010-07-16 21:19:57 -0400 (Fri, 16 Jul 2010) | 4 lines #1555570: correctly handle a \r\n that is split by the read buffer. Patch and test by Tony Nelson. ........