[Python-checkins] CVS: python/dist/src/Lib/test test_winsound.py,1.1,1.2
Guido van Rossum
python-dev@python.org
2000年4月24日 10:01:53 -0400 (EDT)
Update of /projects/cvsroot/python/dist/src/Lib/test
In directory eric:/projects/python/develop/guido/src/Lib/test
Modified Files:
test_winsound.py
Log Message:
Fix spelling error and remove Windows line endings.
Index: test_winsound.py
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Lib/test/test_winsound.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** test_winsound.py 2000年04月21日 21:28:21 1.1
--- test_winsound.py 2000年04月24日 14:01:51 1.2
***************
*** 1,7 ****
! # Rediculously simple test of the winsound module for Windows.
!
! import winsound
! for i in range(100, 2000, 100):
! winsound.Beep(i, 75)
! print "Hopefully you heard some sounds increasing in frequency!"
!
--- 1,7 ----
! # Ridiculously simple test of the winsound module for Windows.
!
! import winsound
! for i in range(100, 2000, 100):
! winsound.Beep(i, 75)
! print "Hopefully you heard some sounds increasing in frequency!"
!