summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-08-19 14:12:46 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-08-19 14:12:46 (GMT)
commitef1a79799ff9e1c0b94eb7ee753cb8e263605c34 (patch)
treeff0790d4f0bf474388e189908092ef76a1f8ba96 /Misc
parent79c27c331927e0354f335362010ff86ba1855280 (diff)
parent76b47655ffcb012dda7886dbdbf80c36254c5d2c (diff)
downloadcpython-ef1a79799ff9e1c0b94eb7ee753cb8e263605c34.zip
cpython-ef1a79799ff9e1c0b94eb7ee753cb8e263605c34.tar.gz
cpython-ef1a79799ff9e1c0b94eb7ee753cb8e263605c34.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 cd4f52b..9458a2a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -121,6 +121,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.