summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-08-19 14:03:42 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-08-19 14:03:42 (GMT)
commitcbee972e358f2adc7399ccdf2b5a34b9229285ce (patch)
tree9ac879bf5867694ba0a7ed873a4071fd0f082332 /Misc
parentede745a7edb9ada7fba7cee07d60f2a8ee9d924f (diff)
downloadcpython-cbee972e358f2adc7399ccdf2b5a34b9229285ce.zip
cpython-cbee972e358f2adc7399ccdf2b5a34b9229285ce.tar.gz
cpython-cbee972e358f2adc7399ccdf2b5a34b9229285ce.tar.bz2
Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 937d103..27d8ff5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,8 @@ Core and Builtins
Library
-------
+- Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.
+
- Issue #22068: Avoided reference loops with Variables and Fonts in Tkinter.
- Issue #21448: Changed FeedParser feed() to avoid O(N**2) behavior when