From c8dc7c320daa68a39f26f1504da1c4beeea94424 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Thu, 25 Sep 2003 18:26:06 +0000 Subject: [PATCH] [Bug #811681] The asynchat documentation would also apply to the 2.2 version of the module, but the docs aren't included. This adds a copy of libasynchat.tex. --- Doc/lib/lib.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index f285dda85ae1..9a10ed48ee8c 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -216,6 +216,7 @@ and how to embed it in other applications. \input{libxmlrpclib} \input{libsimplexmlrpc} \input{libasyncore} +\input{libasynchat} \input{netdata} % Internet Data Handling \input{libformatter} -- 2.47.3