From: Andrew M. Kuchling Date: Thu, 25 Sep 2003 18:26:06 +0000 (+0000) Subject: [Bug #811681] The asynchat documentation would also apply to the 2.2 version of the... X-Git-Tag: 2.2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8dc7c320daa68a39f26f1504da1c4beeea94424;p=thirdparty%2FPython%2Fcpython.git [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. --- 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}