750words
750words copied to clipboard
SafeConfigParser Class is Deprecated in Python 3.2+
Hello!
I keep getting the following warning when launching 750words
:
DeprecationWarning: The SafeConfigParser class has been renamed to ConfigParser in Python 3.2. This alias will be removed in future versions. Use ConfigParser directly instead.
I can make the change locally; it's only on one line (70). Is this something you'd be interested in taking a PR for?
Cheerio!