summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-08-19 14:11:20 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-08-19 14:11:20 (GMT)
commit76b47655ffcb012dda7886dbdbf80c36254c5d2c (patch)
tree68782d33168d551098be21ce7fabfa1496ae756c /Misc/NEWS
parentd6ec309c368d300913f776b8d19e35224c7a44b7 (diff)
downloadcpython-76b47655ffcb012dda7886dbdbf80c36254c5d2c.zip
cpython-76b47655ffcb012dda7886dbdbf80c36254c5d2c.tar.gz
cpython-76b47655ffcb012dda7886dbdbf80c36254c5d2c.tar.bz2
Issue #15696: Add a __sizeof__ implementation for mmap objects on Windows.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 58d23dd..397ca5d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,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 #22165: SimpleHTTPRequestHandler now supports undecodable file names.