Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 72d47eb

Browse files
committed
Remove information about Python < 2.5 in documentation
1 parent d200705 commit 72d47eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/source/intro.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ Smmap wraps an interface around mmap and tracks the mapped files as well as the
1313

1414
To allow processing large files even on 32 bit systems, it allows only portions of the file to be mapped. Once the user reads beyond the mapped region, smmap will automatically map the next required region, unloading unused regions using a LRU algorithm.
1515

16-
The interface also works around the missing offset parameter in python implementations up to python 2.5.
17-
1816
Although the library can be used most efficiently with its native interface, a Buffer implementation is provided to hide these details behind a simple string-like interface.
1917

2018
For performance critical 64 bit applications, a simplified version of memory mapping is provided which always maps the whole file, but still provides the benefit of unloading unused mappings on demand.

0 commit comments

Comments
 (0)