diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-21 09:04:22 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-21 09:04:22 (GMT) |
commit | f4fd257a028e22ab97e226ffd73715e9cead8eff (patch) | |
tree | 880acf6f230d6733c3edd74abac65954a0c75b6c /Misc | |
parent | bd3a7f90b51c6bd7d057bad9d7addd0bed8a6e7d (diff) | |
parent | d9a018222f4a885ca3eeee41a77103f5462e3813 (diff) | |
download | cpython-f4fd257a028e22ab97e226ffd73715e9cead8eff.zip cpython-f4fd257a028e22ab97e226ffd73715e9cead8eff.tar.gz cpython-f4fd257a028e22ab97e226ffd73715e9cead8eff.tar.bz2 |
Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on
big-endian platforms.
Temporary forbidden test_unseekable_incompleted_write fornot compressed 16-
and 32-bit wave file on big-endian platforms.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -59,6 +59,9 @@ Core and Builtins Library ------- +- Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on + big-endian platforms. + - Issue #18379: SSLSocket.getpeercert() returns CA issuer AIA fields, OCSP and CRL distribution points. |