Skip to content

v3.16

Choose a tag to compare

@github-actions github-actions released this 22 May 00:16
· 17 commits to master since this release
- Add a command-line interface (`python -m idna`, also available as
  the `idna` script). 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