py/parsenum: Simplify and generalise decoding of digit values.
This function should be able to parse integers with any value for the base, because it is called by int('xxx', base).
Please register or sign in to comment
This function should be able to parse integers with any value for the base, because it is called by int('xxx', base).