summaryrefslogtreecommitdiff
path: root/doc/source/reference/arrays.classes.rst
diff options
context:
space:
mode:
authorLars Buitinck <larsmans@gmail.com>2014-09-25 19:18:23 +0200
committerLars Buitinck <larsmans@gmail.com>2014-09-25 21:25:05 +0200
commit66a0441ae70ba4c6da272ee7bd7c8c9a2ba74656 (patch)
treedce7ffa60563284047e8dda0d22e27404ca1d51c /doc/source/reference/arrays.classes.rst
parentf4fa7bd2a67a577eaa72af83028adcfbc71b7fd4 (diff)
downloadnumpy-66a0441ae70ba4c6da272ee7bd7c8c9a2ba74656.tar.gz
DOC/MAINT: Python 2.6 or 3.2 required
Installation docs still stated Python 2.4 is supported, while not mentioning 3.x at all. Also corrected the statement that distutils is in python-dev on Debian, while it's actually in the main package. Several parts of the dev docs and some comments also referenced now-irrelevant 2.5 bugs/limitations.
Diffstat (limited to 'doc/source/reference/arrays.classes.rst')
-rw-r--r--doc/source/reference/arrays.classes.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/source/reference/arrays.classes.rst b/doc/source/reference/arrays.classes.rst
index 80013060b..e77dfc31e 100644
--- a/doc/source/reference/arrays.classes.rst
+++ b/doc/source/reference/arrays.classes.rst
@@ -267,13 +267,6 @@ they inherit from the ndarray): :meth:`.flush() <memmap.flush>` which
must be called manually by the user to ensure that any changes to the
array actually get written to disk.
-.. note::
-
- Memory-mapped arrays use the the Python memory-map object which
- (prior to Python 2.5) does not allow files to be larger than a
- certain size depending on the platform. This size is always
- < 2GB even on 64-bit systems.
-
.. autosummary::
:toctree: generated/