summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-12 16:26:52 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-12 16:26:52 (GMT)
commit23da6e654586bd59af566c6ed5d3e89bc55e8b23 (patch)
treee5e5f089a061e30920217a4f61f4e16827f372c2 /Misc/NEWS
parent103f19d286d7b0a80bd83031d8fd1c0af31dfd9e (diff)
downloadcpython-23da6e654586bd59af566c6ed5d3e89bc55e8b23.zip
cpython-23da6e654586bd59af566c6ed5d3e89bc55e8b23.tar.gz
cpython-23da6e654586bd59af566c6ed5d3e89bc55e8b23.tar.bz2
#1713041: fix pprint's handling of maximum depth.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0647833..4431d90 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,8 @@ Extension Modules
Library
-------
+- #1713041: fix pprint's handling of maximum depth.
+
- The timing module has been deprecated for removal in Python 3.0.
- The sv module has been deprecated for removal in Python 3.0.