summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-09-06-21-55-44.bpo-28850.HJNggD.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2020-09-06-21-55-44.bpo-28850.HJNggD.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2020-09-06-21-55-44.bpo-28850.HJNggD.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-09-06-21-55-44.bpo-28850.HJNggD.rst b/Misc/NEWS.d/next/Library/2020-09-06-21-55-44.bpo-28850.HJNggD.rst
deleted file mode 100644
index fc6bd1d..0000000
--- a/Misc/NEWS.d/next/Library/2020-09-06-21-55-44.bpo-28850.HJNggD.rst
+++ /dev/null
@@ -1 +0,0 @@
-Fix :meth:`pprint.PrettyPrinter.format` overrides being ignored for contents of small containers. The :func:`pprint._safe_repr` function was removed.