mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Make them similar to PyArg_Parse error messages, mention None as
a possible value, show a wrong type and the string length.
(cherry picked from commit df98a47a61)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2 lines
90 B
ReStructuredText
2 lines
90 B
ReStructuredText
Improve error messages for incorrect types and values of :class:`csv.Dialect`
|
|
attributes.
|