summaryrefslogtreecommitdiffstats
path: root/Lib/asynchat.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-09-14 20:17:50 (GMT)
committerGuido van Rossum <guido@python.org>1999-09-14 20:17:50 (GMT)
commit0079b288f5a7b3b4441c7ceebcde0cfd1152f4db (patch)
treefaf3dcbd4b63ca2b1490876c6b66e28e7b4f72f3 /Lib/asynchat.py
parentc2b6de5b91a9be5cc91e6662accedca10f0bba8a (diff)
downloadcpython-0079b288f5a7b3b4441c7ceebcde0cfd1152f4db.zip
cpython-0079b288f5a7b3b4441c7ceebcde0cfd1152f4db.tar.gz
cpython-0079b288f5a7b3b4441c7ceebcde0cfd1152f4db.tar.bz2
Put Sam Rushing's original RCS ID string back, without dollars around it.
Diffstat (limited to 'Lib/asynchat.py')
-rw-r--r--Lib/asynchat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/asynchat.py b/Lib/asynchat.py
index f04d2fa..e725a2b 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 <rushing@nightmare.com>
# ======================================================================