Commit bf15292b authored by Tres Seaver's avatar Tres Seaver

Normalize.

parent 1bdeba4a
``BTrees`` Changelog ``BTrees`` Changelog
==================== ====================
4.0.9 (unreleased) 4.0.9 (unreleased)
------------------ ------------------
...@@ -10,6 +11,7 @@ ...@@ -10,6 +11,7 @@
- Update pure-Python trees / sets to accept explicit None to indicate - Update pure-Python trees / sets to accept explicit None to indicate
open ranges for ``keys``, ``values``, ``items``. (PR #3) open ranges for ``keys``, ``values``, ``items``. (PR #3)
4.0.8 (2013-05-25) 4.0.8 (2013-05-25)
------------------ ------------------
...@@ -19,6 +21,7 @@ ...@@ -19,6 +21,7 @@
- Ensure that pure-Python implementation of ``OOBTree.byValue`` matches - Ensure that pure-Python implementation of ``OOBTree.byValue`` matches
semantics (reversed-sort) of C implementation. semantics (reversed-sort) of C implementation.
4.0.7 (2013-05-22) 4.0.7 (2013-05-22)
------------------ ------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment