From: Georg Brandl Date: Wed, 18 Jul 2007 22:36:55 +0000 (+0000) Subject: Add description for wave.setcomptype() values X-Git-Tag: v2.5.2c1~232 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44cb859cb7c95199aa5a87c8aae691bb996d8ede;p=python Add description for wave.setcomptype() values (backport from rev. 56451) --- diff --git a/Doc/lib/libwave.tex b/Doc/lib/libwave.tex index c0f300bc60..936bbed6dd 100644 --- a/Doc/lib/libwave.tex +++ b/Doc/lib/libwave.tex @@ -142,6 +142,8 @@ more frames are written. \begin{methoddesc}[Wave_write]{setcomptype}{type, name} Set the compression type and description. +At the moment, only compression type \samp{NONE} is supported, +meaning no compression. \end{methoddesc} \begin{methoddesc}[Wave_write]{setparams}{tuple}