[Python-Dev] Re: [Python-checkins] python/dist/src/Lib/bsddb __init__.py, 1.11, 1.12

Skip Montanaro skip at pobox.com
Mon Nov 3 10:42:31 EST 2003


    greg>   import UserDict
    greg>   class _iter_mixin(UserDict.DictMixin):
    greg>       def __iter__(self):
    greg>           try:
    ...

Should _iter_mixin inherit from dict, or is there a backward compatibility
issue?

Skip



More information about the Python-Dev mailing list