diff options
author | Tim Peters <tim.peters@gmail.com> | 2005-08-07 02:47:59 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2005-08-07 02:47:59 (GMT) |
commit | 752a047fcab045f53c29bc69cc803a9fa56f94f5 (patch) | |
tree | 9a2c5c93c38f1ca9e3e52f4f7d27200955d76303 /PCbuild/readme.txt | |
parent | 63db628ad3f07be2240d5da36465697f0fb66658 (diff) | |
download | cpython-752a047fcab045f53c29bc69cc803a9fa56f94f5.zip cpython-752a047fcab045f53c29bc69cc803a9fa56f94f5.tar.gz cpython-752a047fcab045f53c29bc69cc803a9fa56f94f5.tar.bz2 |
Removed XXX block about a test_bsddb3 failure that went away a long time ago.
Diffstat (limited to 'PCbuild/readme.txt')
-rw-r--r-- | PCbuild/readme.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/PCbuild/readme.txt b/PCbuild/readme.txt index 487bf3e..9aa28f2 100644 --- a/PCbuild/readme.txt +++ b/PCbuild/readme.txt @@ -238,17 +238,6 @@ __bsddb - 0 error(s), 5 warning(s) 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. |