mirror of https://github.com/python/cpython
6 lines
292 B
ReStructuredText
6 lines
292 B
ReStructuredText
Improve errors in the :mod:`pickle` module. :exc:`~pickle.PicklingError` is
|
|
now raised more often instead of :exc:`UnicodeEncodeError`,
|
|
:exc:`ValueError` and :exc:`AttributeError`, and the original exception is
|
|
chained to it. Improve and unify error messages in Python and C
|
|
implementations.
|