This function should be able to parse integers with any value for the
base, because it is called by int('xxx', base).
9.3 KiB
9.3 KiB
This function should be able to parse integers with any value for the
base, because it is called by int('xxx', base).