diff options
| author | Gregory P. Smith <greg@mad-scientist.com> | 2007-10-18 17:17:57 (GMT) |
|---|---|---|
| committer | Gregory P. Smith <greg@mad-scientist.com> | 2007-10-18 17:17:57 (GMT) |
| commit | 82eafe6adf90ce76a0b4844f463f5764e0b3e2be (patch) | |
| tree | 510137163f5f16c6d630cc5198742ce74cd5f968 | |
| parent | 3ef21cb7c61236453b257c30ce08f8f58489e802 (diff) | |
| download | cpython-82eafe6adf90ce76a0b4844f463f5764e0b3e2be.zip cpython-82eafe6adf90ce76a0b4844f463f5764e0b3e2be.tar.gz cpython-82eafe6adf90ce76a0b4844f463f5764e0b3e2be.tar.bz2 | |
mention bsddb fixes.
| -rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -805,6 +805,13 @@ Extension Modules - Bug #1721309: prevent bsddb module from freeing random memory. +- Bug #1233: fix bsddb.dbshelve.DBShelf append method to work as + intended for RECNO databases. + +- Fix bsddb.dbtables: Don't randomly corrupt newly inserted rows by + picking a rowid string with null bytes in it. Such rows could not + later be deleted, modified or individually selected. + - Bug #1686475: Support stat'ing open files on Windows again. - Patch #1185447: binascii.b2a_qp() now correctly quotes binary characters |
