Author: Carl Friedrich Bolz <cfb...@gmx.de>
Branch: dict-strategies
Changeset: r45238:13fc1a92e93b
Date: 2011-07-01 18:50 +0200
http://bitbucket.org/pypy/pypy/changeset/13fc1a92e93b/

Log:    fix botched merge

diff --git a/pypy/objspace/std/dictmultiobject.py 
b/pypy/objspace/std/dictmultiobject.py
--- a/pypy/objspace/std/dictmultiobject.py
+++ b/pypy/objspace/std/dictmultiobject.py
@@ -58,7 +58,6 @@
         self.space = space
         self.strategy = strategy
         self.dstorage = storage
-                                     force_non_null=True)
 
     def __repr__(w_self):
         """ representation for debugging purposes """
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to