diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2010-06-07 20:14:04 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2010-06-07 20:14:04 (GMT) |
commit | 7f3652e37156a4794c04a70e93c339d7d58a52f2 (patch) | |
tree | abd6510f72195675f53eebbba41d7100aea11ea0 /Misc | |
parent | 7eeb5b5e5017cf1354b084327b49390044946069 (diff) | |
download | cpython-7f3652e37156a4794c04a70e93c339d7d58a52f2.zip cpython-7f3652e37156a4794c04a70e93c339d7d58a52f2.tar.gz cpython-7f3652e37156a4794c04a70e93c339d7d58a52f2.tar.bz2 |
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
@@ -389,6 +389,7 @@ Orjan Johansen Fredrik Johansson Gregory K. Johnson Simon Johnston +Thomas Jollans Evan Jones Jeremy Jones Richard Jones @@ -398,6 +398,9 @@ C-API Library ------- +- Issue #8897: Fix sunau module, use bytes to write the header. Patch written + by Thomas Jollans. + - Issue #8899: time.struct_time now has class and atribute docstrings. - Issue #6470: Drop UNC prefix in FixTk. |