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

Add stubs for importlib.__init__ #314

Merged
merged 2 commits into from
Jun 28, 2016
Merged

Conversation

brettcannon
Copy link
Member

Part of #189

@@ -59,3 +59,4 @@ analyze.py
# Editor backup files
*~
.*.sw?
.vscode/
Copy link
Member

@gvanrossum gvanrossum Jun 28, 2016

Choose a reason for hiding this comment

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

Instead, you could run

git config --global --add core.excludesfile ~/.gitignore_global

and create a ~/.gitignore_global file that does this for all repos you use!

@gvanrossum gvanrossum merged commit 41b3fe2 into python:master Jun 28, 2016
@gvanrossum
Copy link
Member

Merging this as-is, if you feel compelled to change things you can do that in the next step. :-)

@gvanrossum
Copy link
Member

gvanrossum commented Jun 29, 2016 via email

@brettcannon
Copy link
Member Author

brettcannon commented Jun 29, 2016

I'll just leave the method out since the entire ABC has been deprecated since Python 3.4.

@brettcannon brettcannon deleted the importlib branch June 30, 2016 05:21
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.

2 participants