From: Georg Brandl Date: Wed, 18 Jul 2007 22:36:53 +0000 (+0000) Subject: Add description for wave.setcomptype() values X-Git-Tag: v2.6a1~1557 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b68c944c3caab94b0b8c90b9477599310f9b7fb7;p=thirdparty%2FPython%2Fcpython.git Add description for wave.setcomptype() values --- diff --git a/Doc/lib/libwave.tex b/Doc/lib/libwave.tex index c0f300bc60f1..936bbed6dd2a 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}