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

Find defaultdict mistakes #2

Open
selik opened this issue Apr 22, 2017 · 1 comment
Open

Find defaultdict mistakes #2

selik opened this issue Apr 22, 2017 · 1 comment

Comments

@selik
Copy link
Owner

selik commented Apr 22, 2017

Survey commits from important Python projects where defaultdict(list) was abandoned in favor of dict.setdefault(..., []) because the user wanted a dict afterwards.

@selik selik created this issue from a note in Python Enhancement Proposal (Sprint) Apr 22, 2017
@selik
Copy link
Owner Author

selik commented Apr 26, 2017

GitHub search is not very effective. BigQuery (https://cloud.google.com/bigquery/) allows searching all GitHub commits, not just current code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant