From: Georg Brandl Date: Thu, 13 Aug 2009 08:35:55 +0000 (+0000) Subject: Recorded merge of revisions 74302 via svnmerge from X-Git-Tag: v3.1.1rc1~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86a31f55fe3117b0ed0ad97cdffad816c1ded779;p=python Recorded merge of revisions 74302 via svnmerge from svn+ssh://svn.python.org/python/branches/py3k ........ r74302 | raymond.hettinger | 2009-08-04 21:16:39 +0200 (Di, 04 Aug 2009) | 1 line Issue 6637: defaultdict.copy() failed with an empty factory. ........ ---