Opened 2 years ago
Last modified 17 months ago
#3493 new feature-request
Remove "six" dependency
Reported by: | salty-horse | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 2.1.1 |
Component: | Unknown | Version: | develop |
Keywords: | Cc: |
Description
Now that deluge doesn't support Python 2, can it stop using "six"? Or is it still provided for compatibility with existing plugins that may import it?
Change History (4)
comment:1 Changed 2 years ago by Cas
- Milestone changed from needs verified to 2.1.x
comment:2 Changed 2 years ago by salty-horse
Ah, my bad. I checked before posting but must have looked in the wrong place for the minimum version. Now I see that everywhere it says Python 2 is also supported.
Since six is mentioned in the PR, I think this ticket can be closed.
comment:4 Changed 17 months ago by Cas
- Milestone changed from 2.1.0 to 2.1.1
Ticket retargeted after milestone closed
Note: See
TracTickets for help on using
tickets.
Deluge 2.0.x does support Python 2 but removing it is targetted for a 2.1.0 release and it seems that work has started on that: https://github.com/deluge-torrent/deluge/pull/325