mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
This modifies the original patch by including a unit test, handling floats when passed as unicode, and handling large magnitude values beyond maxint. The INT parameter class was not respecting any radix prefix (e.g. 0x) the user may have supplied. This patch implements _convert_scalar method for the Int class so that we can pass the special radix base of zero to the int constructor telling it to determine the radix from the prefix (if present). |
||
---|---|---|
.. | ||
test_install | ||
test_ipalib | ||
test_ipaserver | ||
test_ipawebui | ||
test_xmlrpc | ||
__init__.py | ||
data.py | ||
test_util.py | ||
util.py |