summaryrefslogtreecommitdiffstats
path: root/Include/cStringIO.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-04 01:14:08 (GMT)
committerGuido van Rossum <guido@python.org>1997-12-04 01:14:08 (GMT)
commit36facb086edf1f96ac46eec6354912b7eccbd024 (patch)
treec3d5bb769676e78845db0a4936066e9c5ea75b1b /Include/cStringIO.h
parentfdde96ce98f3e77dc27cac034bcb8b548b3c0046 (diff)
downloadcpython-36facb086edf1f96ac46eec6354912b7eccbd024.zip
cpython-36facb086edf1f96ac46eec6354912b7eccbd024.tar.gz
cpython-36facb086edf1f96ac46eec6354912b7eccbd024.tar.bz2
Merge between my version and Jim Fulton's version; removed RCS keywords
but otherwise unchanged.
Diffstat (limited to 'Include/cStringIO.h')
-rw-r--r--Include/cStringIO.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/Include/cStringIO.h b/Include/cStringIO.h
index fa8fffe..6a2532d 100644
--- a/Include/cStringIO.h
+++ b/Include/cStringIO.h
@@ -2,7 +2,7 @@
#define CSTRINGIO_INCLUDED
/*
- $Id$
+ cStringIO.h,v 1.3 1997/06/13 19:44:02 jim Exp
cStringIO C API
@@ -69,13 +69,7 @@
This would typically be done in your init function.
- $Log$
- Revision 2.6 1997/10/07 14:44:48 guido
- Use K&R function prototypes.
-
- Revision 2.5 1997/08/13 03:14:08 guido
- cPickle release 0.3 from Jim Fulton
-
+ cStringIO.h,v
Revision 1.3 1997/06/13 19:44:02 jim
- changed to avoid warning of multiple declarations in 1.5 and
our 1.4.