Skip to content

Commit

Permalink
Update that must be __reduce_ex_() that is implemented by object proxy.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Oct 2, 2018
1 parent 1287361 commit 6a4dea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ Version 1.11.0
* If ``pickle.dump()`` or ``pickle.dumps()`` is used on an instance of the
``ObjectProxy`` class, a ``NotImplementedError`` exception is raised, with
a message indicating that the object proxy must implement the
``__reduce__()`` or ``__reduce_ex__()`` method. This is in place of the
default ``TypeError`` exception with message indicating a pickle error.
``__reduce_ex__()`` method. This is in place of the default ``TypeError``
exception with message indicating a pickle error.

Version 1.10.11
---------------
Expand Down

0 comments on commit 6a4dea6

Please sign in to comment.