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
56f50228
Commit
56f50228
authored
Jan 03, 1997
by
chris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
1c4ad726
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
lib/Components/cPickle/pickle.py
lib/Components/cPickle/pickle.py
+1
-3
No files found.
lib/Components/cPickle/pickle.py
View file @
56f50228
# $Id: pickle.py,v 1.
3 1997/01/03 16:23:02
chris Exp $
# $Id: pickle.py,v 1.
4 1997/01/03 21:21:10
chris Exp $
#
# Copyright
#
...
...
@@ -759,13 +759,11 @@ def test():
c
=
C
()
c
.
foo
=
1
c
.
bar
=
2
c2
=
C
()
x
=
[
0
,
1
,
2
,
3
]
y
=
(
'abc'
,
'abc'
,
c
,
c
)
x
.
append
(
y
)
x
.
append
(
y
)
x
.
append
(
5
)
x
.
append
(
c2
)
f
=
open
(
fn
,
'w'
)
F
=
Pickler
(
f
)
F
.
dump
(
x
)
...
...
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