diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-02-24 20:22:10 +0000 |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-02-24 20:22:10 +0000 |
commit | c2a0ac20b7ba3c740f21607c4c8bc706f5d7b7c5 (patch) | |
tree | 589f8ff427b01e7e1685f8515cdd0c83503d2d0e /Lib/test/test_xdrlib.py | |
parent | bc2c21ea521cf6ec2a8cd1fd3229226c157a5100 (diff) | |
download | cpython-git-c2a0ac20b7ba3c740f21607c4c8bc706f5d7b7c5.tar.gz |
Patch #1049151: adding bool support to xdrlib.py.
Also add xdrlib._test into the test suite.
Diffstat (limited to 'Lib/test/test_xdrlib.py')
-rw-r--r-- | Lib/test/test_xdrlib.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/test/test_xdrlib.py b/Lib/test/test_xdrlib.py new file mode 100644 index 0000000000..afa6afe2bb --- /dev/null +++ b/Lib/test/test_xdrlib.py @@ -0,0 +1,4 @@ +import xdrlib + +xdrlib._test() + |