UpdateableDict class in misc.py has duplicated code

Bug #504243 reported by elver
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Fix Released
Undecided
Unassigned

Bug Description

The UpdateableDict class has the following methods among others:

    def __getitem__(self, i):
        return self.dict.__getitem__(i)

and

    def __getitem__(self, y):
        return self.dict.__getitem__(y)

Some duplication involved there.

Related branches

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

Thank you for reporting.
Corrections made by revision 1927 <email address hidden>.

Changed in openobject-server:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.