summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-02-17 13:17:26 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2009-02-17 13:17:26 (GMT)
commit17a837e4dba610d87409c3ed532d30aa68502108 (patch)
treec7cf1bb4a0f9bccc355a8abc2a0d14e807248688 /Misc
parent1d0b5cc6dcbabc217242ca5e141c900200ad4c26 (diff)
downloadcpython-17a837e4dba610d87409c3ed532d30aa68502108.zip
cpython-17a837e4dba610d87409c3ed532d30aa68502108.tar.gz
cpython-17a837e4dba610d87409c3ed532d30aa68502108.tar.bz2
Issue #5282: Fixed mmap resize on 32bit windows and unix. When offset > 0,
The file was resized to wrong size.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3b3f9d8..74c881c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -159,6 +159,9 @@ Core and Builtins
Library
-------
+- Issue #5282: Fixed mmap resize on 32bit windows and unix. When offset > 0,
+ The file was resized to wrong size.
+
- Issue #5292: Fixed mmap crash on its boundary access m[len(m)].
- Issue #2279: distutils.sdist.add_defaults now add files