• Guido van Rossum's avatar
    Skip Montanaro: · cf09a392
    Guido van Rossum yazdı
    I guess in 1.5.2 a new module, whichdb, was added that attempts to
    divine the nature of a database file.  This module doesn't know anything
    about Berkeley DB v2 files.  In v2, Sleepycat added a 12-byte null pad
    in front of the old magic numbers (at least for hash and btree files).
    I've been using v2 for awhile and upgrading to 1.5.2 broke all my
    anydbm.open calls. I believe the following patch corrects the problem.
    cf09a392
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...