Skip to content

Python2 Deprecation #1801

@half-duplex

Description

@half-duplex
  • setup.py manual py2 version checks
  • setup.cfg version restrictions
  • sopel/cli/run.py py2 version check "sopel 8.0"
  • remove unnecessary __future__s
  • add available __future__s
  • remove str = unicodes
  • remove checkstyle.sh py3_unicode check
  • audit sys.version_info uses
  • replace tools.iteritems(x) uses with x.items()
  • search for "py2"/"python2" comments

Metadata

Metadata

Assignees

Labels

High PriorityLong-term PlanningThings that need to happen at some point in the future, but need to NOT happen soon.Tracking

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions