diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2013-03-19 21:46:29 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2013-03-19 21:46:29 (GMT) |
commit | 4950a3b6ccb91e0ffe937374836caa825e93c742 (patch) | |
tree | c21a8a4621c1f29eccdebbeca17dbdb0764e20d7 /Misc | |
parent | 868f0aac37cf6c879471c3b8e65e6db623460ce5 (diff) | |
download | cpython-4950a3b6ccb91e0ffe937374836caa825e93c742.zip cpython-4950a3b6ccb91e0ffe937374836caa825e93c742.tar.gz cpython-4950a3b6ccb91e0ffe937374836caa825e93c742.tar.bz2 |
- Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting
db-5.x, and dropping support for db-4.1 and db-4.2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -793,6 +793,9 @@ Library Extension Modules ----------------- +- Issue #17477: Update the bsddb module to pybsddb 5.3.0, supporting + db-5.x, and dropping support for db-4.1 and db-4.2. + - Issue #17192: Update the ctypes module's libffi to v3.0.13. This specifically addresses a stack misalignment issue on x86 and issues on some more recent platforms. |