Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix non-ASCII homoglyph of v #3698

Merged
merged 1 commit into from Nov 23, 2022
Merged

Conversation

DimitriPapadopoulos
Copy link
Contributor

@DimitriPapadopoulos DimitriPapadopoulos commented Nov 21, 2022

Summary of changes

The last character of virtualenᴠ is not an ASCII v, but the Unicode homglyph "Latin Letter Small Capital V" (U+1D20) :

>>> 'ᴠ'.encode("unicode_escape")
b'\\u1d20'
>>> 
>>> 'v'.encode("unicode_escape")
b'v'
>>> 

Pull Request Checklist

@abravalheri abravalheri merged commit 9b7dc35 into pypa:main Nov 23, 2022
@abravalheri
Copy link
Contributor

Wow.

Thank you very much!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants