From: Guido van Rossum Date: Tue, 14 Sep 1999 20:16:00 +0000 (+0000) Subject: Put Sam Rushing's original RCS ID string back, without dollars around it. X-Git-Tag: v1.6a1~921 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2b6de5b91a9be5cc91e6662accedca10f0bba8a;p=thirdparty%2FPython%2Fcpython.git Put Sam Rushing's original RCS ID string back, without dollars around it. --- diff --git a/Lib/asyncore.py b/Lib/asyncore.py index 69becac1fa60..07b9fc3aa83c 100644 --- a/Lib/asyncore.py +++ b/Lib/asyncore.py @@ -1,5 +1,5 @@ # -*- Mode: Python; tab-width: 4 -*- -# $Id$ +# Id: asyncore.py,v 2.40 1999/05/27 04:08:25 rushing Exp # Author: Sam Rushing # ======================================================================