[Python-checkins] python/dist/src/PCbuild readme.txt,1.61,1.62

tim_one@users.sourceforge.net tim_one at users.sourceforge.net
Sun Aug 7 04:48:01 CEST 2005


Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12595

Modified Files:
	readme.txt 
Log Message:
Removed XXX block about a test_bsddb3 failure that went away a long time ago.


Index: readme.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/readme.txt,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- readme.txt	7 Aug 2005 02:47:12 -0000	1.61
+++ readme.txt	7 Aug 2005 02:47:59 -0000	1.62
@@ -238,17 +238,6 @@
     XXX doesn't cause a test to fail when it happens (exceptions in
     XXX threads are invisible to unittest).
 
-    XXX 11-Apr-2004 tim
-    XXX On WinXP Pro, I got one failure from test_bsddb3:
-    XXX
-    XXX ERROR: test04_n_flag (bsddb.test.test_compat.CompatibilityTestCase)
-    XXX Traceback (most recent call last):
-    XXX  File "C:\Code\python\lib\bsddb\test\test_compat.py", line 86, in test04_n_flag
-    XXX    f = hashopen(self.filename, 'n')
-    XXX File "C:\Code\python\lib\bsddb\__init__.py", line 293, in hashopen
-    XXX    d.open(file, db.DB_HASH, flags, mode)
-    XXX DBInvalidArgError: (22, 'Invalid argument -- DB_TRUNCATE illegal with locking specified')
-
 _ssl
     Python wrapper for the secure sockets library.
 



More information about the Python-checkins mailing list