Remove all Python 2 support

* Removed all __future__ imports from code
* Removed all six dependencies
* Removed all future_builtins imports
* Removed all Python 2 related code

Closes: deluge-torrent/deluge#325
This commit is contained in:
DjLegolas
2021-12-25 14:34:49 +02:00
committed by Calum Lind
parent ff309ea4c5
commit 897955f0a1
259 changed files with 86 additions and 817 deletions

View File

@ -1,6 +1,8 @@
# Changelog
## 2.0.6 (WIP)
## 2.1.0 (WIP)
- Removed Python 2 support.
## 2.0.5 (2021-12-15)