[Python-checkins] CVS: python/dist/src/Lib/test/output test_cfgparser,1.3,1.4

Fred L. Drake fdrake@users.sourceforge.net
Mon, 26 Feb 2001 13:55:36 -0800


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory usw-pr-cvs1:/tmp/cvs-serv26731/test/output

Modified Files:
	test_cfgparser 
Log Message:

Make sure ConfigParser uses .optionxform() consistently; this affects
.has_option(), .remove_option(), and .set().

This closes SF tracker #232913.


Index: test_cfgparser
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_cfgparser,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** test_cfgparser	2001/02/12 17:23:20	1.3
--- test_cfgparser	2001/02/26 21:55:34	1.4
***************
*** 1,4 ****
--- 1,5 ----
  test_cfgparser
  Testing basic accessors...
+ Testing case sensitivity...
  Testing value interpolation...
  Testing parse errors...