torproject / stem

Python controller library for Tor
https://stem.torproject.org/
GNU Lesser General Public License v3.0
257 stars 75 forks source link

set_options method in control.py checks for deprecated collections.Iterable instance #121

Open Jammin93 opened 2 years ago

Jammin93 commented 2 years ago

Collections.Iterable is deprecated in Python 3, and the official website says stem is Python 3 compatible. Collections.Iterable was moved to collections.abc.Iterable. This seems to only be an issue for official pypi version. The dev version of 1.8.0 does not demonstrate this problem.