From: Guido van Rossum Date: Tue, 14 Sep 1999 20:17:50 +0000 (+0000) Subject: Put Sam Rushing's original RCS ID string back, without dollars around it. X-Git-Tag: v1.6a1~920 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0079b288f5a7b3b4441c7ceebcde0cfd1152f4db;p=thirdparty%2FPython%2Fcpython.git Put Sam Rushing's original RCS ID string back, without dollars around it. --- diff --git a/Lib/asynchat.py b/Lib/asynchat.py index f04d2facb7bc..e725a2b12ad8 100644 --- a/Lib/asynchat.py +++ b/Lib/asynchat.py @@ -1,5 +1,5 @@ # -*- Mode: Python; tab-width: 4 -*- -# $Id$ +# Id: asynchat.py,v 2.23 1999/05/01 04:49:24 rushing Exp # Author: Sam Rushing # ======================================================================