Skip to content

BUG: Regression in .get(None) from 0.12 (GH5652) #6053

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

Merged
merged 1 commit into from
Jan 23, 2014

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Jan 23, 2014

closes #5652

@ghost
Copy link

ghost commented Jan 23, 2014

This is just back-compat, right? because the correct thing here is... debatable.

@jreback
Copy link
Contributor Author

jreback commented Jan 23, 2014

yep, though the user can easily get the 'correct' behavior by just regular indexing, e.g. meat[None] will raise

@ghost
Copy link

ghost commented Jan 23, 2014

get as in dict.get(NoSuchKey). Right.

jreback added a commit that referenced this pull request Jan 23, 2014
BUG: Regression in .get(None) from 0.12 (GH5652)
@jreback jreback merged commit 4dcecb0 into pandas-dev:master Jan 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"df.get(None)" throws error in 0.13 -> regression?
1 participant