diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2014-08-19 14:12:46 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2014-08-19 14:12:46 (GMT) |
commit | ef1a79799ff9e1c0b94eb7ee753cb8e263605c34 (patch) | |
tree | ff0790d4f0bf474388e189908092ef76a1f8ba96 /Misc | |
parent | 79c27c331927e0354f335362010ff86ba1855280 (diff) | |
parent | 76b47655ffcb012dda7886dbdbf80c36254c5d2c (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |