Unless I've read something wrong, it looks like the final Python 2 release (2.7.18) should approximate the math constant e:

    >>> import math
    >>> math.e
    2.718281828459045

Aka:

    Python as 𝑣 → 𝑒
    Python ≈ 𝑒

Would be fun to note that in the announcement/docs somehow.

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

Reply via email to