]> granicus.if.org Git - python/commit
Open wave files in binary mode.
authorFred Drake <fdrake@acm.org>
Thu, 16 Apr 1998 16:44:33 +0000 (16:44 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 16 Apr 1998 16:44:33 +0000 (16:44 +0000)
commitac36c6403ff78b5f48c3dde7626806de87cfff0c
tree25ca32eb015812d897b3c8b02fc9e051b794bd90
parentbf88c3830e3a7d31022039fa265896aec90db61e
Open wave files in binary mode.

Accept 'rb' and 'wb' as well as 'r' and 'w' as the mode parameter to open().
Lib/wave.py