[Python-checkins] python/dist/src/Doc/lib libcodecs.tex,1.25,1.26

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Tue Sep 23 16:21:03 EDT 2003


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv813/Doc/lib

Modified Files:
	libcodecs.tex 
Log Message:
Added codec for bz2 compression.



Index: libcodecs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcodecs.tex,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** libcodecs.tex	22 Sep 2003 15:00:53 -0000	1.25
--- libcodecs.tex	23 Sep 2003 20:21:01 -0000	1.26
***************
*** 805,808 ****
--- 805,813 ----
           {Convert operand to MIME base64}
  
+ \lineiv{bz2_codec}
+          {bz2}
+          {byte string}
+          {Compress the operand using bz2}
+ 
  \lineiv{hex_codec}
           {hex}





More information about the Python-checkins mailing list