Jonathan Allan

Results 2 issues of Jonathan Allan

When reducing an empty list with no initial values specified return an empty list rather than raising a TypeError ("reduce() of empty sequence with no initial value"). I believe this...

Remove the (unnecessary) restriction to the first 250 bytes of the code-page and up the base used from 250 to 256. New range will be `[-32767, -100]` and `[1001, 33868]`...