One of the ugliest aspect of Python finally fixed
One of the ugliest aspect of Python finally fixed
Posted Sep 28, 2015 2:59 UTC (Mon) by zuki (subscriber, #41808)In reply to: One of the ugliest aspect of Python finally fixed by jwilk
Parent article: Python 3.5.0 released
Also
>>> import numpy
>>> numpy.inf
inf
>>> import numpy
>>> numpy.inf
inf
Posted Sep 28, 2015 22:52 UTC (Mon)
by dashesy (guest, #74652)
[Link]
One of the ugliest aspect of Python finally fixed
Yup, but if `inf` is the only thing you want, better have fewer dependencies.