[Python-ideas] float('∞')=float('inf')

Philipp A. flying-sheep at web.de
Sun Jul 14 13:07:13 CEST 2013


2013/7/14 Joshua Landau <joshua at landau.ws>

> I didn't say it was insane. But I do dislike it. Code should be quick
> for the majority of people (of the same language) to edit; unicode
> symbols ruin that barrier.
>

when applied to the oly way to do something: yes. in this case: not in the
slightest.

float('inf') still works, so if your keyboard layout/compose key doesn’t
support ∞, you just use the ascii variant.

comparing it to naming a variable á or µ or something isn’t valid at all.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20130714/4a766995/attachment.html>


More information about the Python-ideas mailing list