mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
cc9a183993
* Only error messages for ArgumentError and ArgumentTypeError are now translated. * ArgumentError is now only used for command line errors, not for logical errors in the program. * TypeError is now raised instead of ValueError for some logical errors.