Skip to content
This repository was archived by the owner on May 13, 2026. It is now read-only.

Change ≥ to >= in Py2 code#96

Merged
takluyver merged 1 commit into
masterfrom
mscuthbert-patch-1-unicode
Dec 6, 2017
Merged

Change ≥ to >= in Py2 code#96
takluyver merged 1 commit into
masterfrom
mscuthbert-patch-1-unicode

Conversation

@mscuthbert

Copy link
Copy Markdown
Collaborator

Suggesting that due to locale differences, we probably should not include the symbol "≥" in the raw string to display to Python 2 users; have instead substituted >= in two places. (And now I remember WHY we moved to Py3 only...)

Suggesting that due to locale differences, we probably should not include the symbol "≥" in the raw string to display to Python 2 users; have instead substituted >= in two places.  (And now I remember WHY we moved to Py3 only...)
@takluyver

Copy link
Copy Markdown
Member

Yeah, I agree. The neatness of using the ≥ doesn't justify dealing with Unicode issues in the key bit of code that does still need to run on Python 2.

@takluyver takluyver merged commit 43e31a2 into master Dec 6, 2017
@takluyver takluyver deleted the mscuthbert-patch-1-unicode branch December 6, 2017 15:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants