You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ Although memory maps have many advantages, they represent a very limited system
9
9
10
10
***System resources (file-handles) are likely to be leaked!** This is due to the library authors reliance on a deterministic `__del__()` destructor.
11
11
* The memory access is read-only by design.
12
-
* In python below 2.6, memory maps will be created in compatibility mode which works, but creates inefficient memory mappings as they always start at offset 0.
13
12
14
13
15
14
## Overview
@@ -34,7 +33,7 @@ For performance critical 64 bit applications, a simplified version of memory map
34
33
35
34
## Prerequisites
36
35
37
-
* Python 2.4, 2.5, 2.6, 2.7 or 3.3
36
+
* Python 2.7 or 3.4+
38
37
* OSX, Windows or Linux
39
38
40
39
The package was tested on all of the previously mentioned configurations.
Copy file name to clipboardExpand all lines: doc/source/intro.rst
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ For performance critical 64 bit applications, a simplified version of memory map
22
22
#############
23
23
Prerequisites
24
24
#############
25
-
* Python 2.4, 2.5, 2.6, 2.7 or 3.3
25
+
* Python 2.7 or 3.4+
26
26
* OSX, Windows or Linux
27
27
28
28
The package was tested on all of the previously mentioned configurations.
@@ -31,7 +31,6 @@ The package was tested on all of the previously mentioned configurations.
31
31
Limitations
32
32
###########
33
33
* The memory access is read-only by design.
34
-
* In python below 2.6, memory maps will be created in compatibility mode which works, but creates inefficient memory mappings as they always start at offset 0.
0 commit comments