[Python-checkins] python/dist/src/Lib doctest.py,1.28,1.29

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Fri, 11 Jul 2003 15:36:54 -0700


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

Modified Files:
	doctest.py 
Log Message:
Expose the 'master' instance mentioned in the docs.

Index: doctest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/doctest.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** doctest.py	29 Jun 2003 05:30:48 -0000	1.28
--- doctest.py	11 Jul 2003 22:36:52 -0000	1.29
***************
*** 282,285 ****
--- 282,286 ----
      'testsource',
      'debug',
+     'master',
  ]