[Python-checkins] python/dist/src/Lib/test test_descrtut.py, 1.16, 1.17

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Wed Oct 29 02:23:59 EST 2003


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

Modified Files:
	test_descrtut.py 
Log Message:
Update test to include "sorted" in dir(list).



Index: test_descrtut.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_descrtut.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** test_descrtut.py	18 Feb 2003 22:05:12 -0000	1.16
--- test_descrtut.py	29 Oct 2003 07:23:57 -0000	1.17
***************
*** 226,230 ****
       'remove',
       'reverse',
!      'sort']
  
  The new introspection API gives more information than the old one:  in
--- 226,231 ----
       'remove',
       'reverse',
!      'sort',
!      'sorted']
  
  The new introspection API gives more information than the old one:  in





More information about the Python-checkins mailing list