commit | 533aa25b4840bcfb0e119e7c73d66b7dc2e2b255 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Jan 15 17:40:00 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Jan 15 17:40:00 2011 +0000 |
tree | 76eed3a2ff8c94974965ba9bd1509a9c34359104 | |
parent | 9989d857ebfa6b29d724921e5fc229cd9d4dbb61 [diff] |
Merged revisions 88036 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88036 | antoine.pitrou | 2011-01-15 18:25:58 +0100 (sam., 15 janv. 2011) | 3 lines Fix mmap and test_mmap under Windows too (followup to r88022) ........