[Numpy-tickets] [NumPy] #884: fromfile and fromstring locale dependency
NumPy
numpy-tickets@scipy....
Tue Dec 30 15:43:47 CST 2008
#884: fromfile and fromstring locale dependency
-----------------------+----------------------------------------------------
Reporter: pv | Owner: cdavid
Type: defect | Status: new
Priority: normal | Milestone: 1.3.0
Component: numpy.lib | Version: none
Severity: normal | Resolution:
Keywords: |
-----------------------+----------------------------------------------------
Comment (by pv):
Another forgotten issue:
- Since strtod returns a double, there is loss of precision for long
doubles. The `*_fromstr` functions have always used `strtod`, and now the
same issue concerns also the `*_scan` functions. (Anyway, now at least
`*_fromstr` and `*_scan` behave identically.)
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/884#comment:8>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list