diff options
author | R. David Murray <rdmurray@bitdance.com> | 2010-07-17 01:35:16 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2010-07-17 01:35:16 (GMT) |
commit | 05b7631c17670a5b221f88161aad23c741b5be79 (patch) | |
tree | 46001b8b0f390a946dbb7b3e523e26f2e42764cf /Misc | |
parent | 84305c51534482d4defd1f0df898759fbaf5c208 (diff) | |
download | cpython-05b7631c17670a5b221f88161aad23c741b5be79.zip cpython-05b7631c17670a5b221f88161aad23c741b5be79.tar.gz cpython-05b7631c17670a5b221f88161aad23c741b5be79.tar.bz2 |
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.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -833,6 +833,8 @@ Core and Builtins Library ------- +- Issue #1555570: email no longer inserts extra blank lines when a \r\n + combo crosses an 8192 byte boundary. - Issue #6906: Tk should not set Unicode environment variables on Windows. |