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>
 
 # ======================================================================