You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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"?
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
The text was updated successfully, but these errors were encountered: