Skip to content

Commit

Permalink
doc ref fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed Apr 16, 2020
1 parent afb5253 commit b7f80f4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/source/clientcode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,6 @@ serializer, for instance. Set the desired serializer name in ``proxy._pyroSerial
serialize all types (by design). Some types are serialized into a different form such as
a string or a dict. Strings are serialized/deserialized into unicode at all times.

.. note::
Because the name server is just a regular Pyro server as well, you will have to tell
it to allow the pickle, cloudpickle or dill serializers if your client code uses them.
See :ref:`nameserver-pickle`.


.. index:: deserialization, serializing custom classes, deserializing custom classes

Expand Down Expand Up @@ -507,7 +502,6 @@ Async calls for normal callables (not only for Pyro proxies)
The asynchrnous proxy discussed above is only available when you are dealing with Pyro proxies.
It provides a convenient syntax to call the methods on the proxy asynchronously.
For normal Python code it is sometimes useful to have a similar mechanism as well.
Pyro provides this too, see :ref:`future-functions` for more information.


.. index:: callback
Expand Down

0 comments on commit b7f80f4

Please sign in to comment.