v3.16
Added 1
- Add a command-line interface (python -m idna, also available as the idna script) that encodes or decodes one or more domains supplied as arguments or on standard input, with options to select A-label or U-label output and control error handling
Changed 1
- Raise the minimum supported Python version to 3.9
- Add a command-line interface (
python -m idna, also available as theidnascript). Encodes or decodes one or more domains supplied as arguments or on standard input, with options to select A-label or U-label output and control error handling. - Raise the minimum supported Python version to 3.9
- Various code quality improvements