Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/library/array.rst

    r2 r391  
    108108   array.itemsize``.  This is occasionally useful when working with low-level (and
    109109   inherently unsafe) I/O interfaces that require memory addresses, such as certain
    110    :cfunc:`ioctl` operations.  The returned numbers are valid as long as the array
     110   :c:func:`ioctl` operations.  The returned numbers are valid as long as the array
    111111   exists and no length-changing operations are applied to it.
    112112
     
    269269      remote procedure call systems.
    270270
    271    `The Numerical Python Manual <http://numpy.sourceforge.net/numdoc/HTML/numdoc.htm>`_
     271   `The Numerical Python Documentation <http://docs.scipy.org/doc/>`_
    272272      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.