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

all: remove "u" string prefix #1536

Merged
merged 3 commits into from Sep 8, 2020
Merged

all: remove "u" string prefix #1536

merged 3 commits into from Sep 8, 2020

Conversation

birkenfeld
Copy link
Member

No description provided.

@birkenfeld
Copy link
Member Author

Also removes support for "narrow unicode builds" which are not relevant after Py3.3 / PEP 393.

Copy link
Collaborator

@Anteru Anteru left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I presume this was done using some regex. I glanced over the diff, I didn't spot anything concerning so good to merge.

@birkenfeld
Copy link
Member Author

Hand-assisted regex :) wouldn't be sure about consequences otherwise.

Since Python 3.3, all builds are wide unicode compatible.
which stopped being relevant with Python 3.3
@Anteru Anteru merged commit 9f56726 into master Sep 8, 2020
@Anteru Anteru deleted the u-prefix branch September 8, 2020 18:20
Kenny2github pushed a commit to Kenny2github/pygments that referenced this pull request Sep 22, 2020
* all: remove "u" string prefix

* util: remove unirange

Since Python 3.3, all builds are wide unicode compatible.

* unistring: remove support for narrow-unicode builds

which stopped being relevant with Python 3.3
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