Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
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
Nicolas Wavrant
ZODB
Commits
fee8531c
Commit
fee8531c
authored
Oct 07, 2002
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get rid of $Id$ -- it's not seen much around here.
parent
6b4ebf6e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
8 deletions
+1
-8
src/ZEO/ClientCache.py
src/ZEO/ClientCache.py
+0
-2
src/ZEO/ClientStorage.py
src/ZEO/ClientStorage.py
+0
-2
src/ZEO/zrpc/smac.py
src/ZEO/zrpc/smac.py
+1
-4
No files found.
src/ZEO/ClientCache.py
View file @
fee8531c
...
...
@@ -98,8 +98,6 @@ with '\0\0\0\0'.
If var is not writable, then temporary files are used for
file 0 and file 1.
$Id: ClientCache.py,v 1.38 2002/10/01 21:12:12 gvanrossum Exp $
"""
import
os
...
...
src/ZEO/ClientStorage.py
View file @
fee8531c
...
...
@@ -19,8 +19,6 @@ ClientStorage -- the main class, implementing the Storage API
ClientStorageError -- exception raised by ClientStorage
UnrecognizedResult -- 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
...
...
src/ZEO/zrpc/smac.py
View file @
fee8531c
...
...
@@ -11,10 +11,7 @@
# FOR A PARTICULAR PURPOSE
#
##############################################################################
"""Sized message async connections
$Id: smac.py,v 1.34 2002/10/02 19:55:24 gvanrossum Exp $
"""
"""Sized Message Async Connections."""
import
asyncore
,
struct
import
threading
...
...
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