diff options
author | Jesus Cea <jcea@jcea.es> | 2012-08-03 12:28:37 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-08-03 12:28:37 (GMT) |
commit | e9c5318967e1e62e940b72cd47502a1a3b559b95 (patch) | |
tree | 34c525b3471a0d8f9ae478c4e4e78142f9081ca4 /Misc | |
parent | a9a53c7dc055b54133f2dee33f1834d7566de842 (diff) | |
download | cpython-e9c5318967e1e62e940b72cd47502a1a3b559b95.zip cpython-e9c5318967e1e62e940b72cd47502a1a3b559b95.tar.gz cpython-e9c5318967e1e62e940b72cd47502a1a3b559b95.tar.bz2 |
Closes #15512: Correct __sizeof__ support for parser
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -107,6 +107,9 @@ Library - Issue #12288: Consider '0' and '0.0' as valid initialvalue for tkinter SimpleDialog. +- Issue #15512: Add a __sizeof__ implementation for parser. + Patch by Serhiy Storchaka. + - Issue #15489: Add a __sizeof__ implementation for BytesIO objects. Patch by Serhiy Storchaka. |