Skip to content

Default to type checking in Python 3.6 mode #2915

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
Feb 27, 2017
Merged

Default to type checking in Python 3.6 mode #2915

merged 1 commit into from
Feb 27, 2017

Conversation

JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Feb 27, 2017

Now that 3.6 is out, there's really no need to default to 3.5
any more.

Fixes #2836.

Now that 3.6 is out, there's really no need to default to 3.5
any more.

Fixes #2836.
@JukkaL JukkaL merged commit 16a0f81 into master Feb 27, 2017
@gvanrossum gvanrossum deleted the default-to-3.6 branch February 27, 2017 17:19
@gvanrossum
Copy link
Member

I don't understand why, but it seems this does not actually check stubs with the 3.6 parser when the "main" Python version is lower than 3.6. See python/typeshed#984 (comment) for proof.

@ddfisher
Copy link
Collaborator

That behavior doesn't surprise me -- I'll put up a quick PR with a fix.

@ddfisher
Copy link
Collaborator

ddfisher commented Mar 14, 2017

PR here: #3000

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.

3 participants