summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authoryahya-abou-imran <yahya-abou-imran@protonmail.com>2018-01-12 09:18:44 (GMT)
committerINADA Naoki <methane@users.noreply.github.com>2018-01-12 09:18:44 (GMT)
commitae12f5d4c98f2095c2aadd58981453e955044697 (patch)
tree8381b2292d23ef84d3a611530385f42d02876770 /Misc
parent05565ed27e4445e99b59268ba42cf4dd598ece77 (diff)
downloadcpython-ae12f5d4c98f2095c2aadd58981453e955044697.zip
cpython-ae12f5d4c98f2095c2aadd58981453e955044697.tar.gz
cpython-ae12f5d4c98f2095c2aadd58981453e955044697.tar.bz2
bpo-32473: Improve ABCMeta._dump_registry() readability (GH-5091)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-01-10-20-37-59.bpo-32473.mP_yJG.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-01-10-20-37-59.bpo-32473.mP_yJG.rst b/Misc/NEWS.d/next/Library/2018-01-10-20-37-59.bpo-32473.mP_yJG.rst
new file mode 100644
index 0000000..95b9d45
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-01-10-20-37-59.bpo-32473.mP_yJG.rst
@@ -0,0 +1 @@
+Improve ABCMeta._dump_registry() output readability