diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-02 08:40:26 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-02 08:40:26 (GMT) |
commit | fdda200195f9747e411d3491aae0806bc1fcd919 (patch) | |
tree | ac3f3eca71003b0b1dd97208d43b4abaf15639d2 /Misc | |
parent | 3760d97f9b62be6d25a5530e35899d3612d7fb7b (diff) | |
download | cpython-fdda200195f9747e411d3491aae0806bc1fcd919.zip cpython-fdda200195f9747e411d3491aae0806bc1fcd919.tar.gz cpython-fdda200195f9747e411d3491aae0806bc1fcd919.tar.bz2 |
Issue #19137: The pprint module now correctly formats empty set and frozenset
and instances of set and frozenset subclasses.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ Core and Builtins Library ------- +- Issue #19137: The pprint module now correctly formats empty set and frozenset + and instances of set and frozenset subclasses. + - Issue #16040: CVE-2013-1752: nntplib: Limit maximum line lengths to 2048 to prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen. |