Jonathan Fine writes:

 > However, you wrote "decide implicitly". Perhaps I'm missing something in
 > the "implicitly".

That's shorthand for the long form I used later: "depending on
variable environment state" (such as encodings, user id, or sunspot
activity).  Should have done it in the opposite order, sorry.

Also, I'd like to note that "inf" and "-inf" (and "nan" for that
matter) are not "informal".  They are readable input, part of Python
syntax:

% python3.8
Python 3.8.2 (default, Feb 27 2020, 19:58:50) 
>>> float("inf")
inf
>>> float("-inf")
-inf
>>> 

Steve
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/AAQUXSQLLQEKW4PUXWTAI7SJWZ2SHKUU/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to