summaryrefslogtreecommitdiffstats
path: root/Include/cStringIO.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-08 15:16:08 (GMT)
committerGuido van Rossum <guido@python.org>1997-12-08 15:16:08 (GMT)
commitcd8732a482148a46f107515f4edf70da5b9ec6d8 (patch)
treed72b2774933cae19ffa6c06f83f897e224c38bcb /Include/cStringIO.h
parent9716aaa14c74e38ef2dfa305f5007636752d714f (diff)
downloadcpython-cd8732a482148a46f107515f4edf70da5b9ec6d8.zip
cpython-cd8732a482148a46f107515f4edf70da5b9ec6d8.tar.gz
cpython-cd8732a482148a46f107515f4edf70da5b9ec6d8.tar.bz2
Remove the last bits of log from the leading comments.
Diffstat (limited to 'Include/cStringIO.h')
-rw-r--r--Include/cStringIO.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/Include/cStringIO.h b/Include/cStringIO.h
index 6a2532d..c1328de 100644
--- a/Include/cStringIO.h
+++ b/Include/cStringIO.h
@@ -2,7 +2,7 @@
#define CSTRINGIO_INCLUDED
/*
- cStringIO.h,v 1.3 1997/06/13 19:44:02 jim Exp
+ cStringIO.h,v 1.4 1997/12/07 14:27:00 jim Exp
cStringIO C API
@@ -69,18 +69,6 @@
This would typically be done in your init function.
- 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.
-
- Revision 1.2 1997/01/27 14:13:05 jim
- Changed the way the C API was exported.
-
- Revision 1.1 1997/01/02 15:18:36 chris
- initial version
-
-
*/
/* Basic fuctions to manipulate cStringIO objects from C */