[Python-checkins] python/dist/src/Lib/bsddb __init__.py,1.4,1.5 dbobj.py,1.5,1.6 dbshelve.py,1.7,1.8
tim_one@users.sourceforge.net
tim_one@users.sourceforge.net
Thu, 24 Apr 2003 09:03:19 -0700
- Previous message: [Python-checkins] python/dist/src/Lib DocXMLRPCServer.py,1.1,1.2 _strptime.py,1.14,1.15 markupbase.py,1.7,1.8 optparse.py,1.3,1.4 platform.py,1.2,1.3 sgmllib.py,1.43,1.44 shelve.py,1.21,1.22 stringprep.py,1.1,1.2 trace.py,1.6,1.7
- Next message: [Python-checkins] python/dist/src/Lib/csv __init__.py,1.2,1.3 csv.py,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Lib/bsddb
In directory sc8-pr-cvs1:/tmp/cvs-serv21022/Lib/bsddb
Modified Files:
__init__.py dbobj.py dbshelve.py
Log Message:
Whitespace normalization.
Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/bsddb/__init__.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** __init__.py 28 Jan 2003 17:20:41 -0000 1.4
--- __init__.py 24 Apr 2003 16:02:44 -0000 1.5
***************
*** 44,48 ****
del sys.modules[__name__]
raise
!
# bsddb3 calls it db, but provide _db for backwards compatibility
db = _db = _bsddb
--- 44,48 ----
del sys.modules[__name__]
raise
!
# bsddb3 calls it db, but provide _db for backwards compatibility
db = _db = _bsddb
Index: dbobj.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/bsddb/dbobj.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** dbobj.py 8 Feb 2003 03:18:33 -0000 1.5
--- dbobj.py 24 Apr 2003 16:02:45 -0000 1.6
***************
*** 193,195 ****
def set_encrypt(self, *args, **kwargs):
return apply(self._cobj.set_encrypt, args, kwargs)
-
--- 193,194 ----
Index: dbshelve.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/bsddb/dbshelve.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** dbshelve.py 8 Feb 2003 03:18:58 -0000 1.7
--- dbshelve.py 24 Apr 2003 16:02:46 -0000 1.8
***************
*** 297,301 ****
#---------------------------------------------------------------------------
-
-
-
--- 297,298 ----
- Previous message: [Python-checkins] python/dist/src/Lib DocXMLRPCServer.py,1.1,1.2 _strptime.py,1.14,1.15 markupbase.py,1.7,1.8 optparse.py,1.3,1.4 platform.py,1.2,1.3 sgmllib.py,1.43,1.44 shelve.py,1.21,1.22 stringprep.py,1.1,1.2 trace.py,1.6,1.7
- Next message: [Python-checkins] python/dist/src/Lib/csv __init__.py,1.2,1.3 csv.py,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]