diff --git a/Doc/faq/programming.rst b/Doc/faq/programming.rst index 6a720d10319..4cf3b6007b7 100644 --- a/Doc/faq/programming.rst +++ b/Doc/faq/programming.rst @@ -1092,7 +1092,7 @@ use a list comprehension:: A = [[None] * w for i in range(h)] Or, you can use an extension that provides a matrix datatype; `Numeric Python -`_ is the best known. +`_ is the best known. How do I apply a method to a sequence of objects? diff --git a/Doc/library/array.rst b/Doc/library/array.rst index 752bad57734..f1ab9595720 100644 --- a/Doc/library/array.rst +++ b/Doc/library/array.rst @@ -271,9 +271,7 @@ Examples:: Packing and unpacking of External Data Representation (XDR) data as used in some remote procedure call systems. - `The Numerical Python Manual `_ + `The Numerical Python Documentation `_ The Numeric Python extension (NumPy) defines another array type; see - http://numpy.sourceforge.net/ for further information about Numerical Python. - (A PDF version of the NumPy manual is available at - http://numpy.sourceforge.net/numdoc/numdoc.pdf). + http://www.numpy.org/ for further information about Numerical Python. diff --git a/Misc/ACKS b/Misc/ACKS index 754500d6714..8dea0ad39f3 100644 --- a/Misc/ACKS +++ b/Misc/ACKS @@ -1395,6 +1395,7 @@ Moshe Zadka Milan Zamazal Artur Zaprzala Mike Zarnstorff +Yury V. Zaytsev Siebren van der Zee Nickolai Zeldovich Yuxiao Zeng