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

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Mon Aug 9 18:43:39 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3910/Lib/test

Modified Files:
	test_doctest.py 
Log Message:
Edward's latest checkins somehow managed to wipe out my previous latest
checkins.  Reapplying the latter changes.


Index: test_doctest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_doctest.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** test_doctest.py	9 Aug 2004 16:14:41 -0000	1.16
--- test_doctest.py	9 Aug 2004 16:43:36 -0000	1.17
***************
*** 1045,1049 ****
        ... '''
        >>> test = parser.get_doctest(doc, globals(), "foo", "foo.py", 0)
- 
        >>> fake_stdin = tempfile.TemporaryFile(mode='w+')
        >>> fake_stdin.write('\n'.join([
--- 1045,1048 ----



More information about the Python-checkins mailing list