Adds new "global" https boolean variables. This variable will be True by default, but if set_hostname() gets called it will default to False. This should allow both using musicbrainz.org/coverartarchive.org over HTTPS by default, but anyone that have a script setting a custom server (that may not support HTTPS) will continue to work as well.
Adds new "global"
https
boolean variables. This variable will be True by default, but ifset_hostname()
gets called it will default to False. This should allow both usingmusicbrainz.org
/coverartarchive.org
over HTTPS by default, but anyone that have a script setting a custom server (that may not support HTTPS) will continue to work as well.I didn't see anywhere to denote that Python 2.7.6 would be the minimal supported version for this (as per my comment: https://github.com/alastair/python-musicbrainzngs/issues/197#issuecomment-465531186).
Should resolve https://github.com/alastair/python-musicbrainzngs/issues/197