8000 Merge pull request #7943 from theultimatecrouton/doc_fix · numpy/numpy@6849fa3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6849fa3

Browse files
authored
Merge pull request #7943 from theultimatecrouton/doc_fix
DOC: #7927. Remove deprecated note for memmap relevant for Python <2.5
2 parents d92c75b + aaf86b5 commit 6849fa3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

numpy/core/memmap.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,8 @@ class memmap(ndarray):
102102
The memmap object can be used anywhere an ndarray is accepted.
103103
Given a memmap ``fp``, ``isinstance(fp, numpy.ndarray)`` returns
104104
``True``.
105-
106-
Memory-mapped arrays use the Python memory-map object which
107-
(prior to Python 2.5) does not allow files to be larger than a
108-
certain size depending on the platform. This size is always < 2GB
109-
even on 64-bit systems.
105+
106+
Memory-mapped files cannot be larger than 2GB on 32-bit systems.
110107
111108
When a memmap causes a file to be created or extended beyond its
112109
current size in the filesystem, the contents of the new part are

0 commit comments

Comments
 (0)
0