commit | 0079b288f5a7b3b4441c7ceebcde0cfd1152f4db | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Sep 14 20:17:50 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Sep 14 20:17:50 1999 +0000 |
tree | faf3dcbd4b63ca2b1490876c6b66e28e7b4f72f3 | |
parent | c2b6de5b91a9be5cc91e6662accedca10f0bba8a [diff] |
Put Sam Rushing's original RCS ID string back, without dollars around it.
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> # ======================================================================