]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
note MacPorts/BerkDB change in setup.py
authorSkip Montanaro <skip@pobox.com>
Sun, 4 Mar 2007 20:54:12 +0000 (20:54 +0000)
committerSkip Montanaro <skip@pobox.com>
Sun, 4 Mar 2007 20:54:12 +0000 (20:54 +0000)
Misc/NEWS

index cb828f01d070b55e75e845f58d859741078d83e0..c59a15a612295675ce79392cec46e3bdcb86057c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -136,6 +136,8 @@ Core and builtins
 Library
 -------
 
+- Taught setup.py how to locate Berkeley DB on Macs using MacPorts.
+
 - Added heapq.merge() for merging sorted input streams.
 
 - Added collections.NamedTuple() for assigning field names to tuples.