pylint-django icon indicating copy to clipboard operation
pylint-django copied to clipboard

Remove previous python2 related code

Open carlio opened this issue 5 years ago • 0 comments

There are a few Python 2vs3 related compatability statements that can be removed now that pylint_django simply doesn't support python2, so just to clean up, remove things like https://github.com/PyCQA/pylint-django/blob/master/pylint_django/utils.py#L11 and any utf-8 encoding declarations.

As Django removed their python2 compatability APIs, https://docs.djangoproject.com/en/3.1/releases/3.0/#removed-private-python-2-compatibility-apis this would seem to make sense for pylint-django too.

carlio avatar Aug 28 '20 09:08 carlio