From: Michael W. Hudson Date: Fri, 15 Mar 2002 10:24:42 +0000 (+0000) Subject: backport akuchling's checkin of X-Git-Tag: v2.2.1c1~54 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3813281fec352449db98572c119179f4b3faec8d;p=thirdparty%2FPython%2Fcpython.git backport akuchling's checkin of revision 1.6 of test_cfgparser As part of fixing bug #523301, add a simple test of ConfigParser.write() --- diff --git a/Lib/test/output/test_cfgparser b/Lib/test/output/test_cfgparser index 5d705def2887..683fe1ad74f0 100644 --- a/Lib/test/output/test_cfgparser +++ b/Lib/test/output/test_cfgparser @@ -1,5 +1,6 @@ test_cfgparser Testing basic accessors... +Testing writing of files... Testing case sensitivity... Testing interpretation of boolean Values... Testing value interpolation...