Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
18fe52fe
Commit
18fe52fe
authored
Jun 19, 1997
by
Jim Fulton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added ident string.
parent
4a0a48f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
lib/Components/cPickle/cStringIO.c
lib/Components/cPickle/cStringIO.c
+6
-1
No files found.
lib/Components/cPickle/cStringIO.c
View file @
18fe52fe
/*
$Id: cStringIO.c,v 1.2
0 1997/06/13 20:50:50
jim Exp $
$Id: cStringIO.c,v 1.2
1 1997/06/19 18:51:42
jim Exp $
A simple fast partial StringIO replacement.
...
...
@@ -84,6 +84,8 @@ static char cStringIO_module_documentation[] =
"
\n
"
"If someone else wants to provide a more complete implementation,
\n
"
"go for it. :-)
\n
"
"
\n
"
"$Id: cStringIO.c,v 1.21 1997/06/19 18:51:42 jim Exp $
\n
"
;
#include "Python.h"
...
...
@@ -625,6 +627,9 @@ initcStringIO() {
/******************************************************************************
$Log: cStringIO.c,v $
Revision 1.21 1997/06/19 18:51:42 jim
Added ident string.
Revision 1.20 1997/06/13 20:50:50 jim
- Various changes to make gcc -Wall -pedantic happy, including
getting rid of staticforward declarations and adding pretend use
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment