commit | 5e9c71ba80355d84c7984287a64fb670cb1a38d1 | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Wed Oct 10 15:56:34 2001 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Wed Oct 10 15:56:34 2001 +0000 |
tree | dd60a7ff49aa8a4e2be397d924762350443939e0 | |
parent | 22e94e2051836a0947b645f9e2263d9ec514f861 [diff] |
allow long ints to be marshalled as ints - no check is made to the incoming value, so the programmer will have to catch OverflowError. I'm not sure what /F's perspective is on this. Perhaps it should be caught and mapped to an xmlrpclib-specific exception. None of the other type-specific dump methods seem to do any exception handling though.