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 'attic' module #4672

Merged
merged 1 commit into from Dec 11, 2013
Merged

Conversation

takluyver
Copy link
Member

We don't actually import this anywhere, and most of the functions in it are trivial - we even have a popkey function, although dictionaries have had a built-in pop() method since Python 2.3.

The only non-trivial bit is map_method function, which lets you do things like map_method('upper', list_of_strings). But we're still not using it anywhere, and I suspect we'd now use a listcomp in most cases instead of that.

@Carreau
Copy link
Member

Carreau commented Dec 11, 2013

Relaunched the tests on 2.7 that got stuck in apt.
+1 once travis is happy.

@ivanov
Copy link
Member

ivanov commented Dec 11, 2013

@Carreau made that Travis guy happy, so merging now.

ivanov added a commit that referenced this pull request Dec 11, 2013
@ivanov ivanov merged commit 1558b85 into ipython:master Dec 11, 2013
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 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.

None yet

3 participants