[Python-checkins] r54125 - python/trunk/Misc/NEWS

skip.montanaro python-checkins at python.org
Sun Mar 4 21:54:15 CET 2007


Author: skip.montanaro
Date: Sun Mar  4 21:54:12 2007
New Revision: 54125

Modified:
   python/trunk/Misc/NEWS
Log:
note MacPorts/BerkDB change in setup.py

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sun Mar  4 21:54:12 2007
@@ -136,6 +136,8 @@
 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.


More information about the Python-checkins mailing list