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'. ...@@ -98,8 +98,6 @@ with '\0\0\0\0'.
If var is not writable, then temporary files are used for If var is not writable, then temporary files are used for
file 0 and file 1. file 0 and file 1.
$Id: ClientCache.py,v 1.38 2002/10/01 21:12:12 gvanrossum Exp $
""" """
import os import os
......
...@@ -19,8 +19,6 @@ ClientStorage -- the main class, implementing the Storage API ...@@ -19,8 +19,6 @@ ClientStorage -- the main class, implementing the Storage API
ClientStorageError -- exception raised by ClientStorage ClientStorageError -- exception raised by ClientStorage
UnrecognizedResult -- exception raised by ClientStorage UnrecognizedResult -- exception raised by ClientStorage
ClientDisconnected -- 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 # XXX TO DO
......
...@@ -11,10 +11,7 @@ ...@@ -11,10 +11,7 @@
# FOR A PARTICULAR PURPOSE # FOR A PARTICULAR PURPOSE
# #
############################################################################## ##############################################################################
"""Sized message async connections """Sized Message Async Connections."""
$Id: smac.py,v 1.34 2002/10/02 19:55:24 gvanrossum Exp $
"""
import asyncore, struct import asyncore, struct
import threading 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