We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42d351 commit 45c117fCopy full SHA for 45c117f
1 file changed
README.rst
@@ -29,14 +29,11 @@
29
Introduction
30
============
31
32
-``telnetlib3`` is a full-featured Telnet Client and Server library for python3.9 and newer.
+``telnetlib3`` is a feature-rich Telnet Server and Client and Protocol library for Python 3.9 and newer.
33
34
-Modern asyncio_ and legacy blocking API's are provided.
+This library supports both modern asyncio_ *and* legacy `Blocking API`_.
35
36
-The python telnetlib.py_ module removed by Python 3.13 is also re-distributed as a backport.
37
-
38
-Overview
39
-========
+The python telnetlib.py_ module removed by Python 3.13 is also re-distributed as-is, as a backport.
40
41
telnetlib3 provides multiple interfaces for working with the Telnet protocol:
42
0 commit comments