mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Patch #1049151: adding bool support to xdrlib.py.
Also add xdrlib._test into the test suite.
This commit is contained in:
parent
bc2c21ea52
commit
c2a0ac20b7
5 changed files with 32 additions and 6 deletions
4
Lib/test/test_xdrlib.py
Normal file
4
Lib/test/test_xdrlib.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
import xdrlib
|
||||
|
||||
xdrlib._test()
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue