summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-08-05 21:17:30 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-08-05 21:17:30 (GMT)
commitc53204b9477a2e28b6b366fd271f61c73b805cee (patch)
treea58457d2a8f68a43ae5ce33adc3da41944b7a547 /Misc
parent914061ab151a7dd25e9b05091eabbfd2690ee438 (diff)
downloadcpython-c53204b9477a2e28b6b366fd271f61c73b805cee.zip
cpython-c53204b9477a2e28b6b366fd271f61c73b805cee.tar.gz
cpython-c53204b9477a2e28b6b366fd271f61c73b805cee.tar.bz2
Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS5
2 files changed, 5 insertions, 1 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 69b1074..6d7fcfc 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -701,6 +701,7 @@ Ross Lagerwall
Cameron Laird
David Lam
Thomas Lamb
+Valerie Lambert
Jean-Baptiste "Jiba" Lamy
Ronan Lamy
Torsten Landschoff
diff --git a/Misc/NEWS b/Misc/NEWS
index 04bd92f..9f2c2dd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,7 +13,10 @@ Core and Builtins
Library
-------
-- Issue 8860: Fixed rounding in timedelta constructor.
+- Issue #4885: Add weakref support to mmap objects. Patch by Valerie Lambert.
+
+- Issue #8860: Fixed rounding in timedelta constructor.
+
What's New in Python 3.4.0 Alpha 1?
===================================