]> granicus.if.org Git - python/commitdiff
add some notes about the changes to ConfigParser
authorFred Drake <fdrake@acm.org>
Tue, 18 May 2004 04:30:00 +0000 (04:30 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 18 May 2004 04:30:00 +0000 (04:30 +0000)
Doc/whatsnew/whatsnew24.tex

index bd3818c271fa32cac6ceafa251b501b272531548..bf2c8cbf988520803ff407b1787a0f3eff09f806 100644 (file)
@@ -367,6 +367,12 @@ Several modules now take advantage of \class{collections.deque} for
 improved performance:  \module{Queue}, \module{mutex}, \module{shlex}
 \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
    high volumes of data.