mirror of
https://github.com/python/cpython.git
synced 2026-05-15 08:59:27 -04:00
3b2b34790f
conversions. Formerly, for example, int('-') would return 0 instead
of raising ValueError, and int(' 0') would raise ValueError
(complaining about a null byte!) instead of 0...