diff options
author | Jesus Cea <jcea@jcea.es> | 2012-07-23 16:15:33 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-07-23 16:15:33 (GMT) |
commit | 189fdf187b70053d57198c595e5b49ae93c98992 (patch) | |
tree | 9da941eef1dcf3244333226b7995702d40718fc6 /Doc | |
parent | b14d8c9bcfb7f58e83a5c18c8b6eac0fa261c4b6 (diff) | |
download | cpython-189fdf187b70053d57198c595e5b49ae93c98992.zip cpython-189fdf187b70053d57198c595e5b49ae93c98992.tar.gz cpython-189fdf187b70053d57198c595e5b49ae93c98992.tar.bz2 |
Better test for Issue #15402: Add a __sizeof__ method to struct.Struct
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/ACKS.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/ACKS.txt b/Doc/ACKS.txt index 03e1a6b..1ff8498 100644 --- a/Doc/ACKS.txt +++ b/Doc/ACKS.txt @@ -204,6 +204,7 @@ docs@python.org), and we'll be glad to correct the problem. * Anthony Starks * Greg Stein * Peter Stoehr + * Serhiy Storchaka * Mark Summerfield * Reuben Sumner * Kalle Svensson |