summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-02 08:40:26 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-02 08:40:26 (GMT)
commitfdda200195f9747e411d3491aae0806bc1fcd919 (patch)
treeac3f3eca71003b0b1dd97208d43b4abaf15639d2 /Misc
parent3760d97f9b62be6d25a5530e35899d3612d7fb7b (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 191a87e..feb3f08 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.