** Changed in: openstack-common
Milestone: None => 2012.1
** Changed in: openstack-common
Importance: Undecided => Low
** Changed in: openstack-common
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of OpenStack
Common Drivers, which is the registrant for openstack-common.
https://bugs.launchpad.net/bugs/927650
Title:
cfg: unneeded multiple inheritance
Status in openstack-common:
Fix Released
Bug description:
From Monsyne Dragon in https://review.openstack.org/3729
File nova/openstack/common/cfg.py
Line 696: class ConfigOpts(collections.Mapping, object):
I don't think we really need to multiply inherit from 'object' here.
esp. since collections.Mapping already inherits from object.
While this doesn't affect anything atm, this kind of diamond inheritance
may lead to some rather non-intuitive behavior if
someone subclasses ConfigOpts in the future
To manage notifications about this bug go to:
https://bugs.launchpad.net/openstack-common/+bug/927650/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~openstack-poc
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openstack-poc
More help : https://help.launchpad.net/ListHelp