gh-63283: IDNA prefix should be case insensitive#17726
Conversation
Any capitalization of "xn--" should be acceptable for the ACE prefix (see https://tools.ietf.org/html/rfc3490#section-5). Co-Authored-By: Pepijn de Vos <[email protected]>
|
I plan on adding a news entry. |
asvetlov
left a comment
There was a problem hiding this comment.
The change looks good; please add NEWs entry.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
|
Original patch author chiming in. Happy to see some activity here after close to a decade. Don't think I have the necessary rights to do the NEWS entry though, so I'll just be patient. |
|
Thanks @ZackerySpytz for the PR, and @encukou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Any capitalization of "xn--" should be acceptable for the ACE prefix (see https://tools.ietf.org/html/rfc3490GH-section-5). (cherry picked from commit d180b50) Co-authored-by: Zackery Spytz <[email protected]> Co-authored-by: Pepijn de Vos <[email protected]> Co-authored-by: Erlend E. Aasland <[email protected]> Co-authored-by: Petr Viktorin <[email protected]>
|
GH-116866 is a backport of this pull request to the 3.12 branch. |
Any capitalization of "xn--" should be acceptable for the ACE prefix (see https://tools.ietf.org/html/rfc3490GH-section-5). (cherry picked from commit d180b50) Co-authored-by: Zackery Spytz <[email protected]> Co-authored-by: Pepijn de Vos <[email protected]> Co-authored-by: Erlend E. Aasland <[email protected]> Co-authored-by: Petr Viktorin <[email protected]>
|
GH-116867 is a backport of this pull request to the 3.11 branch. |
Any capitalization of "xn--" should be acceptable for the ACE prefix (see https://tools.ietf.org/html/rfc3490#section-5). Co-authored-by: Pepijn de Vos <[email protected]> Co-authored-by: Erlend E. Aasland <[email protected]> Co-authored-by: Petr Viktorin <[email protected]>
Any capitalization of "xn--" should be acceptable for the ACE prefix (see https://tools.ietf.org/html/rfc3490#section-5). Co-authored-by: Pepijn de Vos <[email protected]> Co-authored-by: Erlend E. Aasland <[email protected]> Co-authored-by: Petr Viktorin <[email protected]>
Any capitalization of "xn--" should be acceptable for the ACE prefix (see https://tools.ietf.org/html/rfc3490#section-5). Co-authored-by: Pepijn de Vos <[email protected]> Co-authored-by: Erlend E. Aasland <[email protected]> Co-authored-by: Petr Viktorin <[email protected]>
Any capitalization of "xn--" should be acceptable for the ACE prefix
(see https://tools.ietf.org/html/rfc3490#section-5).
Co-Authored-By: Pepijn de Vos [email protected]
https://bugs.python.org/issue19083
Automerge-Triggered-By: @asvetlov