From: Alex M. <al...@us...> - 2005-11-13 01:27:22
|
Update of /cvsroot/gmpy/gmpy/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3420/test Modified Files: gmpy_test.py Log Message: Removed test warning about known scan0/scan1 bugs on Windows (apparently not around any more, yay); edited docs for version 1.01. Index: gmpy_test.py =================================================================== RCS file: /cvsroot/gmpy/gmpy/test/gmpy_test.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** gmpy_test.py 7 Nov 2005 21:04:31 -0000 1.5 --- gmpy_test.py 13 Nov 2005 01:27:13 -0000 1.6 *************** *** 38,42 **** doctest.master.summarize(1) - if sys.platform == 'win32': - print 'NOTE: known bugs with scan0 and scan1 on Windows' - print 'they are being investigated, no need to report, thanks' --- 38,39 ---- |