]> granicus.if.org Git - python/commit
Added tests for basic behavior of DateTime, Binary, and Fault classes
authorFacundo Batista <facundobatista@gmail.com>
Fri, 13 Jul 2007 10:43:44 +0000 (10:43 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Fri, 13 Jul 2007 10:43:44 +0000 (10:43 +0000)
commit5a3b524e8ed456e52abf80e32fcbd19a50037c8e
tree0e1e1980827006835e44abe7cb44c4c5aca211bf
parent4b3ab6fcc09d93cfe47fd0087fa694f1166a7b0b
Added tests for basic behavior of DateTime, Binary, and Fault classes
and the escape function. Check that marshalling recursive sequences &
dicts raises TypeError. Check that marshalling out-of-range ints
raises OverflowError [Alan McIntyre - GSoC]
Lib/test/test_xmlrpc.py