diff options
author | Matthias Klose <doko@ubuntu.com> | 2009-04-07 13:49:45 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2009-04-07 13:49:45 (GMT) |
commit | 535336fa933600da1273f442028df62c08699848 (patch) | |
tree | 959386a33dba6e8abae913061db91219294811b8 /Misc | |
parent | 091c7b16ffb2e906e41dbcb7316958ef08eabb16 (diff) | |
download | cpython-535336fa933600da1273f442028df62c08699848.zip cpython-535336fa933600da1273f442028df62c08699848.tar.gz cpython-535336fa933600da1273f442028df62c08699848.tar.bz2 |
- Issue #5359: Readd the Berkley-DB detection code to allow _dbm be built
using Berkley-DB.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -21,6 +21,12 @@ Library - Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for new arguments introduced in 2.5. +Extension Modules +----------------- + +- Issue #5359: Readd the Berkley-DB detection code to allow _dbm be built + using Berkley-DB. + What's New in Python 3.1 alpha 2? ================================= |