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

First look into @python2 subdirectory of search path items #10392

Merged
merged 1 commit into from
Apr 30, 2021

Conversation

JukkaL
Copy link
Collaborator

@JukkaL JukkaL commented Apr 30, 2021

When using mypy_path or MYPYPATH, allow storing Python 2 only stubs and
source files under the @python2 subdirectory of search path entries. This is
only used when type checking in Python 2 mode.

Closes #10391.

…2 mode

When using `mypy_path` or `MYPYPATH`, allow storing Python 2 only stubs and
source files under the `@python2` subdirectory of search path entries.

Closes #10391.
@JukkaL JukkaL merged commit 44925f4 into master Apr 30, 2021
@JukkaL JukkaL deleted the mypy-path-py2 branch April 30, 2021 16:44
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.

Look into @python2 subdirectories of mypy search path entries in Python 2 mode
3 participants