[Python-checkins] python/dist/src/PCbuild readme.txt,1.39,1.40

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Tue, 28 Jan 2003 16:38:46 -0800


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

Modified Files:
	readme.txt 
Log Message:
Updated info about test_bsddb3 failures.


Index: readme.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/readme.txt,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** readme.txt	24 Jan 2003 15:31:31 -0000	1.39
--- readme.txt	29 Jan 2003 00:38:42 -0000	1.40
***************
*** 223,226 ****
--- 223,230 ----
      XXX DBLockDeadlockError: (-30996, 'DB_LOCK_DEADLOCK: Locker killed
      XXX                                to resolve a deadlock')
+     XXX
+     XXX I'm told that DBLockDeadlockError is expected at times.  It
+     XXX doesn't cause a test to fail when it happens (exceptions in
+     XXX threads are invisible to unittest).