]> granicus.if.org Git - python/commit
Fix by Jean-Claude Rimbault [ Bug #116271 ] -- the WAVE header was
authorGuido van Rossum <guido@python.org>
Mon, 9 Oct 2000 20:01:53 +0000 (20:01 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 9 Oct 2000 20:01:53 +0000 (20:01 +0000)
commiteca576c68be8299b006251eeea0f23068520ed57
tree2f0833028cbc03ff6223d7a910d10aebda2f13b0
parentebe73025cde08703861322a6ae38095dbe494512
Fix by Jean-Claude Rimbault [ Bug #116271 ] -- the WAVE header was
never written properly because the '4' length indicators for the 's'
format characters were missing.
Lib/wave.py