[Python-checkins] r78414 - python/branches/py3k

r.david.murray python-checkins at python.org
Wed Feb 24 03:37:33 CET 2010


Author: r.david.murray
Date: Wed Feb 24 03:37:33 2010
New Revision: 78414

Log:
Blocked revisions 78412 via svnmerge

........
  r78412 | r.david.murray | 2010-02-23 21:31:27 -0500 (Tue, 23 Feb 2010) | 6 lines
  
  Issue 7975: in python 2.6 bsddb.dbshelve switched from DictMixin to
  MutableMapping, and thereby lost functionality because the replacement
  functionality was implemented incorrectly or incompletely).  Since bsddb
  isn't in py3k, this patch just goes back to using DictMixin in order to
  correct the regression. 
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-checkins mailing list