summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-09-14 20:16:00 +0000
committerGuido van Rossum <guido@python.org>1999-09-14 20:16:00 +0000
commitc2b6de5b91a9be5cc91e6662accedca10f0bba8a (patch)
treebb1d9b3e3e3d21828524c3b18851f8769118d5c7
parent0ba58158c5ee9a508291e7d84c404880146288d7 (diff)
downloadcpython-git-c2b6de5b91a9be5cc91e6662accedca10f0bba8a.tar.gz
Put Sam Rushing's original RCS ID string back, without dollars around it.
-rw-r--r--Lib/asyncore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/asyncore.py b/Lib/asyncore.py
index 69becac1fa..07b9fc3aa8 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 <rushing@nightmare.com>
# ======================================================================