Details of a collection of installed entry points.
- Also provides a ``.groups`` attribute that reports all identifed entry
+ Also provides a ``.groups`` attribute that reports all identified entry
point groups, and a ``.names`` attribute that reports all identified entry
point names.
of corruption from processes using different ends of the pipe at the same
time.
- The :meth:`~Connection.send` method serializes the the object and
+ The :meth:`~Connection.send` method serializes the object and
:meth:`~Connection.recv` re-creates the object.
Synchronization between processes
used for receiving messages and ``conn2`` can only be used for sending
messages.
- The :meth:`~multiprocessing.Connection.send` method serializes the the object using
+ The :meth:`~multiprocessing.Connection.send` method serializes the object using
:mod:`pickle` and the :meth:`~multiprocessing.Connection.recv` re-creates the object.
.. class:: Queue([maxsize])
These addresses should generally be tried in order until a connection succeeds
(possibly tried in parallel, for example, using a `Happy Eyeballs`_ algorithm).
In these cases, limiting the *type* and/or *proto* can help eliminate
- unsuccessful or unusable connecton attempts.
+ unsuccessful or unusable connection attempts.
Some systems will, however, only return a single address.
(For example, this was reported on Solaris and AIX configurations.)