[Python-checkins] python/dist/src/Doc/whatsnew whatsnew24.tex, 1.42, 1.43

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Tue May 18 00:30:02 EDT 2004


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22771

Modified Files:
	whatsnew24.tex 
Log Message:
add some notes about the changes to ConfigParser


Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** whatsnew24.tex	6 May 2004 02:55:35 -0000	1.42
--- whatsnew24.tex	18 May 2004 04:30:00 -0000	1.43
***************
*** 368,371 ****
--- 368,377 ----
  \module{threading}, and \module{pydoc}.
  
+ \item The \module{ConfigParser} classes have been enhanced slightly.
+    The \method{read()} method now returns a list of the files that
+    were successfully parsed, and the \method{set()} method raises
+    \exception{TypeError} if passed a \var{value} argument that isn't a
+    string.
+ 
  \item The \module{heapq} module has been converted to C.  The resulting
     tenfold improvement in speed makes the module suitable for handling




More information about the Python-checkins mailing list