8000 Remove fixes/compat for Python 2 · Issue #11991 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content
Remove fixes/compat for Python 2 #11991
@jnothman

Description

@jnothman

This can be broken up into multiple pull requests.

Remove:

  • from __future__ imports
  • sklearn.externals.six
  • super(cls, self) is now super()
  • any code explicitly commented to be for Python 2 support
  • anything else in sklearn.utils.fixes related to this

Admittedly I'm not sure it is wise to rush this change, given that we might still be backporting fixes to 0.20.X for a little while...

Metadata

Metadata

Assignees

No one assigned

    Labels

    EasyWell-defined and straightforward way to resolve

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0