Nathan Hartman wrote on Mon, 04 Nov 2019 20:56 +00:00: > So before I rush to change the 'raise .. from' lines, I'll wait until > we decide which way to go with the required Python version.
That's certainly one option, though personally, I'd suggest to first comment out the «from detail» part of the line, to ensure the script works correctly on at least one Python version, before looking into adding Python 3 support (either in parallel to, or instead of, Python 2 support). This way, the script will remain releasable while the discussion about supported Python version happens. Cheers, Daniel