Commit fee8531c authored by Guido van Rossum's avatar Guido van Rossum

Get rid of $Id$ -- it's not seen much around here.

parent 6b4ebf6e
......@@ -98,8 +98,6 @@ with '\0\0\0\0'.
If var is not writable, then temporary files are used for
file 0 and file 1.
$Id: ClientCache.py,v 1.38 2002/10/01 21:12:12 gvanrossum Exp $
"""
import os
......
......@@ -19,8 +19,6 @@ ClientStorage -- the main class, implementing the Storage API
ClientStorageError -- exception raised by ClientStorage
UnrecognizedResult -- exception raised by ClientStorage
ClientDisconnected -- exception raised by ClientStorage
$Id: ClientStorage.py,v 1.75 2002/10/05 00:35:25 gvanrossum Exp $
"""
# XXX TO DO
......
......@@ -11,10 +11,7 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
"""Sized message async connections
$Id: smac.py,v 1.34 2002/10/02 19:55:24 gvanrossum Exp $
"""
"""Sized Message Async Connections."""
import asyncore, struct
import threading
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment