Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BindingDict should support standard dict-functions #2135 #2163

Closed
wants to merge 2 commits into from
Closed

BindingDict should support standard dict-functions #2135 #2163

wants to merge 2 commits into from

Conversation

vijay-shanker
Copy link

No description provided.

@tomchristie tomchristie modified the milestone: 3.0.1 Release Dec 1, 2014
@@ -100,3 +100,20 @@ def keys(self):

def values(self):
return self.fields.values()

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The above line has whitespace in it that needs to be removed.

@tomchristie
Copy link
Member

Are these three extra methods sufficient - do we need anything else?

Would it be possible to instead inherit from dict and just modify the assignments?

@vijay-shanker
Copy link
Author

its unobtrusive way to do it as it leaves the current code untouched.

@tomchristie
Copy link
Member

Closed by 33096a1.

@tomchristie tomchristie closed this Dec 2, 2014
@vijay-shanker vijay-shanker deleted the branch#2135 branch December 2, 2014 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants