diff options
author | Lars Buitinck <larsmans@gmail.com> | 2014-09-25 19:18:23 +0200 |
---|---|---|
committer | Lars Buitinck <larsmans@gmail.com> | 2014-09-25 21:25:05 +0200 |
commit | 66a0441ae70ba4c6da272ee7bd7c8c9a2ba74656 (patch) | |
tree | dce7ffa60563284047e8dda0d22e27404ca1d51c /doc/source/reference/arrays.classes.rst | |
parent | f4fa7bd2a67a577eaa72af83028adcfbc71b7fd4 (diff) | |
download | numpy-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.rst | 7 |
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/ |