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-6Lines changed: 1 addition & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,19 +25,15 @@ For performance critical 64 bit applications, a simplified version of memory map
25
25
26
26
## Prerequisites
27
27
28
-
* Python 2.4, 2.5 or 2.6
28
+
* Python 2.4, 2.5, 2.6, 2.7 or 3.3
29
29
* OSX, Windows or Linux
30
30
31
31
The package was tested on all of the previously mentioned configurations.
32
32
33
-
34
-
35
33
## Limitations
36
34
37
35
* The memory access is read-only by design.
38
36
* 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