[Python-checkins] python/dist/src/Lib/test test_xdrlib.py, NONE,
1.1 test_sundry.py, 1.16, 1.17
loewis at users.sourceforge.net
loewis at users.sourceforge.net
Thu Feb 24 21:22:44 CET 2005
Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10039/Lib/test
Modified Files:
test_sundry.py
Added Files:
test_xdrlib.py
Log Message:
Patch #1049151: adding bool support to xdrlib.py.
Also add xdrlib._test into the test suite.
--- NEW FILE: test_xdrlib.py ---
import xdrlib
xdrlib._test()
Index: test_sundry.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_sundry.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- test_sundry.py 5 Dec 2004 11:38:18 -0000 1.16
+++ test_sundry.py 24 Feb 2005 20:22:11 -0000 1.17
@@ -93,5 +93,4 @@
#import user
import webbrowser
import whichdb
-import xdrlib
import xml
More information about the Python-checkins
mailing list