diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-06-07 20:24:48 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-06-07 20:24:48 (GMT) |
commit | d67cb78f18afb4663aed99951754cb87128bb276 (patch) | |
tree | 116fadd32f4cd392866a6c728e86768029ebe57c /Misc | |
parent | 8343e3d872f193fd18d0a7b1c7b75b0c9855e4e8 (diff) | |
download | cpython-d67cb78f18afb4663aed99951754cb87128bb276.zip cpython-d67cb78f18afb4663aed99951754cb87128bb276.tar.gz cpython-d67cb78f18afb4663aed99951754cb87128bb276.tar.bz2 |
Merged revisions 81809 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r81809 | victor.stinner | 2010-06-07 22:14:04 +0200 (lun., 07 juin 2010) | 3 lines
Issue #8897: Fix sunau module, use bytes to write the header. Patch written by
Thomas Jollans.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -375,6 +375,7 @@ Orjan Johansen Fredrik Johansson Gregory K. Johnson Simon Johnston +Thomas Jollans Evan Jones Jeremy Jones Richard Jones @@ -54,6 +54,9 @@ C-API Library ------- +- Issue #8897: Fix sunau module, use bytes to write the header. Patch written + by Thomas Jollans. + - Issue #6470: Drop UNC prefix in FixTk. - Issue #4768: base64 encoded email body parts were incorrectly stored as |