[Python-checkins] r56451 - python/trunk/Doc/lib/libwave.tex

georg.brandl python-checkins at python.org
Thu Jul 19 00:36:53 CEST 2007


Author: georg.brandl
Date: Thu Jul 19 00:36:53 2007
New Revision: 56451

Modified:
   python/trunk/Doc/lib/libwave.tex
Log:
Add description for wave.setcomptype() values


Modified: python/trunk/Doc/lib/libwave.tex
==============================================================================
--- python/trunk/Doc/lib/libwave.tex	(original)
+++ python/trunk/Doc/lib/libwave.tex	Thu Jul 19 00:36:53 2007
@@ -142,6 +142,8 @@
 
 \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}


More information about the Python-checkins mailing list