summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2009-04-07 13:49:45 (GMT)
committerMatthias Klose <doko@ubuntu.com>2009-04-07 13:49:45 (GMT)
commit535336fa933600da1273f442028df62c08699848 (patch)
tree959386a33dba6e8abae913061db91219294811b8 /Misc
parent091c7b16ffb2e906e41dbcb7316958ef08eabb16 (diff)
downloadcpython-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/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1dd5d68..713c86a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
=================================