Changeset 391 for python/trunk/Doc/library/array.rst
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/library/array.rst
r2 r391 108 108 array.itemsize``. This is occasionally useful when working with low-level (and 109 109 inherently unsafe) I/O interfaces that require memory addresses, such as certain 110 :c func:`ioctl` operations. The returned numbers are valid as long as the array110 :c:func:`ioctl` operations. The returned numbers are valid as long as the array 111 111 exists and no length-changing operations are applied to it. 112 112 … … 269 269 remote procedure call systems. 270 270 271 `The Numerical Python Manual <http://numpy.sourceforge.net/numdoc/HTML/numdoc.htm>`_271 `The Numerical Python Documentation <http://docs.scipy.org/doc/>`_ 272 272 The Numeric Python extension (NumPy) defines another array type; see 273 http://numpy.sourceforge.net/ for further information about Numerical Python. 274 (A PDF version of the NumPy manual is available at 275 http://numpy.sourceforge.net/numdoc/numdoc.pdf). 276 273 http://www.numpy.org/ for further information about Numerical Python. 274
Note:
See TracChangeset
for help on using the changeset viewer.