bpo-36502: Update link to UAX #44, the Unicode doc on the UCD. by gnprice · Pull Request #15301 · python/cpython (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation7 Commits2 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

gnprice

@gnprice

@gnprice

(Attached to this particular issue because it's where I added a link to this docs page from another docs page, in a context where if the reader wants to really know details then it's likely they'll in turn follow this link to the UCD. I guess I could also have left off an issue number, probably.)

@benjaminp

benjaminp

@miss-islington

Thanks @gnprice for the PR, and @benjaminp for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.7, 3.8.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Sep 9, 2019

@gnprice @miss-islington

@bedevere-bot

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Sep 9, 2019

@gnprice @miss-islington

@bedevere-bot

@miss-islington

Sorry, @gnprice and @benjaminp, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 64c6ac74e254d31f93fcc74bf02b3daa7d3e3f25 2.7

benjaminp pushed a commit that referenced this pull request

Sep 9, 2019

@gnprice @benjaminp

GH-15301)

The link we have points to the version from Unicode 6.0.0, dated 2010. There have been numerous updates to it since then: https://www.unicode.org/reports/tr44/GH-Modifications

Change the link to one that points to the current version. Also, use HTTPS.. (cherry picked from commit 64c6ac7)

Co-authored-by: Greg Price gnprice@gmail.com

@bedevere-bot

miss-islington added a commit that referenced this pull request

Sep 9, 2019

@miss-islington @gnprice

…15301)

The link we have points to the version from Unicode 6.0.0, dated 2010. There have been numerous updates to it since then: https://www.unicode.org/reports/tr44/GH-Modifications

Change the link to one that points to the current version. Also, use HTTPS. (cherry picked from commit 64c6ac7)

Co-authored-by: Greg Price gnprice@gmail.com

miss-islington added a commit that referenced this pull request

Sep 9, 2019

@miss-islington @gnprice

…15301)

The link we have points to the version from Unicode 6.0.0, dated 2010. There have been numerous updates to it since then: https://www.unicode.org/reports/tr44/GH-Modifications

Change the link to one that points to the current version. Also, use HTTPS. (cherry picked from commit 64c6ac7)

Co-authored-by: Greg Price gnprice@gmail.com

@gnprice

use https

Ah, good catch :-) -- I hadn't noticed that it was an http: link.

Thanks for the review and merge!

websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request

Jul 20, 2020

@gnprice @websurfer5