[Python-checkins] python/dist/src/Modules _bsddb.c,1.10,1.11

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Mon, 31 Mar 2003 11:51:33 -0800


Update of /cvsroot/python/python/dist/src/Modules
In directory sc8-pr-cvs1:/tmp/cvs-serv30939

Modified Files:
	_bsddb.c 
Log Message:
init_bsddb(): Added a few symbols that Greg forgot.


Index: _bsddb.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/_bsddb.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** _bsddb.c	27 Mar 2003 17:25:10 -0000	1.10
--- _bsddb.c	31 Mar 2003 19:51:29 -0000	1.11
***************
*** 4519,4523 ****
      ADD_INT(d, EPERM);
  
! 
  
      /* The base exception class is DBError */
--- 4519,4526 ----
      ADD_INT(d, EPERM);
  
! #if (DBVER >= 40)
!     ADD_INT(d, DB_SET_LOCK_TIMEOUT);
!     ADD_INT(d, DB_SET_TXN_TIMEOUT);
! #endif
  
      /* The base exception class is DBError */