note MacPorts/BerkDB change in setup.py

This commit is contained in:
Skip Montanaro 2007-03-04 20:54:12 +00:00
parent 00c5a0138b
commit f694b1b741
1 changed files with 2 additions and 0 deletions

View File

@ -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.