Skip to content

Create package for mypy encoding #919

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

Closed
JukkaL opened this issue Oct 13, 2015 · 3 comments
Closed

Create package for mypy encoding #919

JukkaL opened this issue Oct 13, 2015 · 3 comments
Labels

Comments

@JukkaL
Copy link
Collaborator

JukkaL commented Oct 13, 2015

Add package mypy-encoding with a separate setup script that installs the mypy encoding. It should be installable using both Python 2 and Python 3.

This is based on the original issue from here: #917

@chadrik
Copy link
Contributor

chadrik commented Oct 5, 2016

I would love to see this completed. What is involved beyond creating a setup.py for the new package? Just wondering if it's straight-forward enough that I might be able to create a pull request for this.

@gvanrossum
Copy link
Member

Actually the mypy codec has long been deprecated. We should probably delete the code. Python 2 code should use the Python 2 type comments described in the docs. http://mypy.readthedocs.io/en/latest/python2.html

Maybe we should just close all codec-related issues and instead add an issue "Rip out codec"?

@JukkaL
Copy link
Collaborator Author

JukkaL commented Oct 5, 2016

Sounds reasonable -- as the codec is unneeded, undocumented and unmaintained, keeping the code around isn't very useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants