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

bpo-36642: make unicodedata const #12855

Merged
merged 2 commits into from Apr 16, 2019
Merged

Conversation

methane
Copy link
Member

@methane methane commented Apr 16, 2019

Copy link
Member

@vstinner vstinner left a comment

LGTM.

But I don't think that it deserves to be backported.

@methane
Copy link
Member Author

methane commented Apr 16, 2019

@benjaminp Should I update VERSION = "3.3" in makeunicodedata.py?

@vstinner
Copy link
Member

vstinner commented Apr 16, 2019

@benjaminp Should I update VERSION = "3.3" in makeunicodedata.py?

Since the script is part of Python, I don't see the point of having a version for the tool. As the changelog, since the script is tracked in Git, I don't see the point of having a dedicated changelog (but keeping the old changelog is fine).

@vstinner
Copy link
Member

vstinner commented Apr 16, 2019

I would suggest to just remove VERSION = "3.3" from Tools/unicode/makeunicodedata.py :-)

@methane methane merged commit 6fec905 into python:master Apr 16, 2019
@methane methane deleted the const-unicodedata branch Apr 16, 2019
@benjaminp
Copy link
Contributor

benjaminp commented Apr 17, 2019

FWIW, I agree with vstinner that the VERSION string is useless.

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

Successfully merging this pull request may close these issues.

None yet

6 participants