diff options
author | Meador Inge <meadori@gmail.com> | 2012-07-23 15:22:36 (GMT) |
---|---|---|
committer | Meador Inge <meadori@gmail.com> | 2012-07-23 15:22:36 (GMT) |
commit | 9f65899d193b3056a79f2a7ea8dc32820d1127cf (patch) | |
tree | 7aa12519f8d4ec1a5f2106256861020a28e89266 /Misc | |
parent | fe114f0293bde5e213211a6658644144f7df94b9 (diff) | |
parent | b14d8c9bcfb7f58e83a5c18c8b6eac0fa261c4b6 (diff) | |
download | cpython-9f65899d193b3056a79f2a7ea8dc32820d1127cf.zip cpython-9f65899d193b3056a79f2a7ea8dc32820d1127cf.tar.gz cpython-9f65899d193b3056a79f2a7ea8dc32820d1127cf.tar.bz2 |
Issue #15402: Add a __sizeof__ method to struct.Struct.
Initial patch by Serhiy Storchaka.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -52,6 +52,10 @@ Core and Builtins Library ------- +- Issue #15402: An issue in the struct module that caused sys.getsizeof to + return incorrect results for struct.Struct instances has been fixed. + Initial patch by Serhiy Storchaka. + - Issue #15232: when mangle_from is True, email.Generator now correctly mangles lines that start with 'From' that occur in a MIME preamble or epilogue. |