[Python-checkins] python/dist/src/Doc/whatsnew whatsnew23.tex,1.103,1.104

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Mon, 06 Jan 2003 16:07:23 -0800


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

Modified Files:
	whatsnew23.tex 
Log Message:
Add tarfile module

Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.103
retrieving revision 1.104
diff -C2 -d -r1.103 -r1.104
*** whatsnew23.tex	6 Jan 2003 20:04:17 -0000	1.103
--- whatsnew23.tex	7 Jan 2003 00:07:19 -0000	1.104
***************
*** 1474,1477 ****
--- 1474,1481 ----
  at the Python level as \code{sys.api_version}.
  
+ \item The new \module{tarfile} module 
+ allows reading from and writing to \command{tar}-format archive files.
+ (Contributed by Lars Gust\"abel.)
+ 
  \item The new \module{textwrap} module contains functions for wrapping
  strings containing paragraphs of text.  The \function{wrap(\var{text},