bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-13017)

This commit is contained in:
Steve Dower 2019-04-30 12:03:02 +00:00 committed by GitHub
parent b84cb70880
commit d537ab0ff9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 14 additions and 4 deletions

View file

@ -0,0 +1 @@
Fixes mishandling of pre-normalization characters in urlsplit().