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

Remove unused configobj and validate libraries from externals. #533

Merged
merged 1 commit into from Jun 27, 2011

Conversation

takluyver
Copy link
Member

These libraries weren't actually being used anywhere. All tests still pass.

Also on the hitlist, but not yet removed: mglob and guid only seem to be used in deathrow and quarantine. Also, pyparsing isn't used anywhere, but it's mentioned in a docstring in core.prefilter that it's available.

@fperez
Copy link
Member

fperez commented Jun 27, 2011

Go for it. The more we remove unused stuff, the better the chances of a clean 0.11 release. Nobody should depend on our externals anyway, so this is fair game. Thanks!

@takluyver takluyver merged commit 3291f21 into ipython:master Jun 27, 2011
@takluyver
Copy link
Member Author

Rebased and merged. For now, I've been conservative and only removed the completely unused stuff - I haven't touched the libraries that are used in deathrow and quarantine.

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.

None yet

2 participants