Commit 3b69fd05 authored by Tim Peters's avatar Tim Peters

Merge some news from the 3.4 branch.

parent e0a3c604
...@@ -251,6 +251,13 @@ PersistentMapping ...@@ -251,6 +251,13 @@ PersistentMapping
a list containing ``x``'s keys, ``iter(x)`` creates an iterator for a list containing ``x``'s keys, ``iter(x)`` creates an iterator for
``x``'s keys, and so on. ``x``'s keys, and so on.
BTrees
------
- (3.4.2a1) Collector 1873. It wasn't possible to construct a BTree or Bucket
from, or apply their update() methods to, a PersistentMapping or
PersistentDict. This works now.
What's new in ZODB3 3.4.1? What's new in ZODB3 3.4.1?
========================== ==========================
......
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