]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
backport akuchling's checkin of
authorMichael W. Hudson <mwh@python.net>
Fri, 15 Mar 2002 10:24:42 +0000 (10:24 +0000)
committerMichael W. Hudson <mwh@python.net>
Fri, 15 Mar 2002 10:24:42 +0000 (10:24 +0000)
    revision 1.6 of test_cfgparser

As part of fixing bug #523301, add a simple test of ConfigParser.write()

Lib/test/output/test_cfgparser

index 5d705def2887079a6871c395009401bf615b1426..683fe1ad74f035109cfcc245efea2560fc176941 100644 (file)
@@ -1,5 +1,6 @@
 test_cfgparser
 Testing basic accessors...
+Testing writing of files...
 Testing case sensitivity...
 Testing interpretation of boolean Values...
 Testing value interpolation...