More source links

This commit is contained in:
Raymond Hettinger 2011-01-27 20:38:46 +00:00
parent 1a90f9c52f
commit 469271d4ea
45 changed files with 161 additions and 7 deletions

View file

@ -6,6 +6,10 @@
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
.. Documentations stolen from comments in file.
**Source code:** :source:`Lib/wave.py`
--------------
The :mod:`wave` module provides a convenient interface to the WAV sound format.
It does not support compression/decompression, but it does support mono/stereo.