--- Revision 333364346237 +++ Revision 633766633533 @@ -1,9 +1,9 @@ -In [29]: from pymongo.dbref import DBRef +>>> from pymongo.dbref import DBRef -In [30]: a = {'foo': DBRef(collection='bla', database='bar', id='goo')} +>>> a = {'foo': DBRef(collection='bla', database='bar', id='goo')} -In [35]: deepcopy(a) +>>> deepcopy(a) --------------------------------------------------------------------------- KeyError Traceback (most recent call last)