[Python-checkins] python/dist/src/Lib/test test_curses.py,1.3,1.4

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Wed Aug 13 17:08:41 EDT 2003


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1:/tmp/cvs-serv3016

Modified Files:
	test_curses.py 
Log Message:
[Patch #739124] Add use_default_colors() to curses module

Index: test_curses.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_curses.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_curses.py	6 Apr 2003 09:01:05 -0000	1.3
--- test_curses.py	13 Aug 2003 23:08:39 -0000	1.4
***************
*** 182,185 ****
--- 182,188 ----
          curses.pair_number(0)
  
+     if hasattr(curses, 'use_default_colors'):
+         curses.use_default_colors()
+ 
      if hasattr(curses, 'keyname'):
          curses.keyname(13)





More information about the Python-checkins mailing list