Skip to content

Commit b7f80f4

Browse files
committed
doc ref fixes
1 parent afb5253 commit b7f80f4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docs/source/clientcode.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,6 @@ serializer, for instance. Set the desired serializer name in ``proxy._pyroSerial
193193
serialize all types (by design). Some types are serialized into a different form such as
194194
a string or a dict. Strings are serialized/deserialized into unicode at all times.
195195

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

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

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

512506

513507
.. index:: callback

0 commit comments

Comments
 (0)