Tim> If someone really cares about this, xmlrcplib is already broken in Tim> this respect, at least on 64-bit Linux boxes (where Python ints Tim> have always been 64 bits). So instead of simply int()ing longs to marshal them, we should do something like val = int(val) if val > 2L**31-1 or val < -2L**31: raise OverflowError ? (Same test needed for ints...) Skip
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4