From 45fdd098cca958df37922b52a6c8d94d454e2dd0 Mon Sep 17 00:00:00 2001 From: "Dmitry D. Chernov" Date: Mon, 11 Feb 2019 08:45:33 +1000 Subject: [PATCH] Docs: Removed mention of TcpClient from 'Project Structure' --- readthedocs/extra/developing/project-structure.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/readthedocs/extra/developing/project-structure.rst b/readthedocs/extra/developing/project-structure.rst index 1bbb07c4..c96a243b 100644 --- a/readthedocs/extra/developing/project-structure.rst +++ b/readthedocs/extra/developing/project-structure.rst @@ -33,11 +33,6 @@ The sender makes use of a ``Connection`` class which knows the format in which outgoing messages should be sent (how to encode their length and their body, if they're further encrypted). -For now, all connection modes make use of the ``extensions/tcpclient``, -a C#-like ``TcpClient`` to ease working with sockets in Python. All the -``TcpClient`` know is how to connect through TCP and writing/reading -from the socket with optional cancel. - Auto-generated code *******************