Patch #1049151: adding bool support to xdrlib.py.

Also add xdrlib._test into the test suite.
This commit is contained in:
Martin v. Löwis 2005-02-24 20:22:10 +00:00
parent bc2c21ea52
commit c2a0ac20b7
5 changed files with 32 additions and 6 deletions

4
Lib/test/test_xdrlib.py Normal file
View file

@ -0,0 +1,4 @@
import xdrlib
xdrlib._test()