[Python-checkins] python/dist/src/Lib/bsddb/test test_lock.py, 1.5, 1.6 test_thread.py, 1.8, 1.9

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Aug 8 02:54:24 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/bsddb/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24443/Lib/bsddb/test

Modified Files:
	test_lock.py test_thread.py 
Log Message:
Purged Berkeley code of references to the long-obsolete whrandom.


Index: test_lock.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/bsddb/test/test_lock.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** test_lock.py	21 Sep 2003 00:08:14 -0000	1.5
--- test_lock.py	8 Aug 2004 00:54:21 -0000	1.6
***************
*** 7,11 ****
  import time
  from pprint import pprint
- from whrandom import random
  
  try:
--- 7,10 ----

Index: test_thread.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/bsddb/test/test_thread.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** test_thread.py	21 Sep 2003 00:08:14 -0000	1.8
--- test_thread.py	8 Aug 2004 00:54:21 -0000	1.9
***************
*** 9,13 ****
  import tempfile
  from pprint import pprint
! from whrandom import random
  
  try:
--- 9,13 ----
  import tempfile
  from pprint import pprint
! from random import random
  
  try:



More information about the Python-checkins mailing list