[Python-checkins] CVS: python/dist/src/Lib/test test___all__.py,1.20,1.21

A.M. Kuchling akuchling@users.sourceforge.net
2001年11月02日 13:45:41 -0800


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv16874
Modified Files:
	test___all__.py 
Log Message:
Fix comment typo
Index: test___all__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test___all__.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** test___all__.py	2001年09月04日 15:22:02	1.20
--- test___all__.py	2001年11月02日 21:45:39	1.21
***************
*** 16,20 ****
 # So when test_pty is called later, the import of pty succeeds,
 # but shouldn't. As a result, test_pty crashes with an
! # AtttributeError instead of an ImportError, and regrtest interprets
 # the latter as a test failure (ImportError is treated as "test
 # skipped" -- which is what test_pty should say on Windows).
--- 16,20 ----
 # So when test_pty is called later, the import of pty succeeds,
 # but shouldn't. As a result, test_pty crashes with an
! # AttributeError instead of an ImportError, and regrtest interprets
 # the latter as a test failure (ImportError is treated as "test
 # skipped" -- which is what test_pty should say on Windows).

AltStyle によって変換されたページ (->オリジナル) /