You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=< currently displays with the ≤ glyph. I would expect this for <=, but for =< I would prefer this to display as the two separate glyphs =< with no ligature. I suspect many other Python programmers feel the same way, since the characters =< frequently appear in __repr__ strings that have nothing to do with <= comparison, e.g.:
=<
currently displays with the≤
glyph. I would expect this for<=
, but for=<
I would prefer this to display as the two separate glyphs=<
with no ligature. I suspect many other Python programmers feel the same way, since the characters=<
frequently appear in__repr__
strings that have nothing to do with<=
comparison, e.g.:The current behavior results in
Foo(bar≤object object at 0x107...>)
being shown, which is actually misleading.I'm guessing Python isn't the only context where the
=<
substring means something very different from<=
.Would you consider removing the
=< → ≤
ligature?Thanks for your consideration and for sharing this wonderful font! <333
The text was updated successfully, but these errors were encountered: