[Python-checkins] python/dist/src/Lib/test test_sys.py,1.1,1.2
doerwalter@users.sourceforge.net
doerwalter@users.sourceforge.net
2003年2月03日 15:05:30 -0800
Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1:/tmp/cvs-serv4103/Lib/test
Modified Files:
test_sys.py
Log Message:
Fix typo.
Index: test_sys.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_sys.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_sys.py 3 Feb 2003 23:03:49 -0000 1.1
--- test_sys.py 3 Feb 2003 23:05:27 -0000 1.2
***************
*** 61,65 ****
self.assert_(err.getvalue().endswith("ValueError: 42\n"))
! # FIXME: testing the code for a lost or replace excepthook in
# Python/pythonrun.c::PyErr_PrintEx() is tricky.
--- 61,65 ----
self.assert_(err.getvalue().endswith("ValueError: 42\n"))
! # FIXME: testing the code for a lost or replaced excepthook in
# Python/pythonrun.c::PyErr_PrintEx() is tricky.