]> granicus.if.org Git - python/commit
allow long ints to be marshalled as ints - no check is made to the incoming
authorSkip Montanaro <skip@pobox.com>
Wed, 10 Oct 2001 15:56:34 +0000 (15:56 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 10 Oct 2001 15:56:34 +0000 (15:56 +0000)
commit5e9c71ba80355d84c7984287a64fb670cb1a38d1
treedd60a7ff49aa8a4e2be397d924762350443939e0
parent22e94e2051836a0947b645f9e2263d9ec514f861
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.
Lib/xmlrpclib.py