summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-07-25-12-08-48.bpo-13041.lNmgDz.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2018-07-25-12-08-48.bpo-13041.lNmgDz.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2018-07-25-12-08-48.bpo-13041.lNmgDz.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-07-25-12-08-48.bpo-13041.lNmgDz.rst b/Misc/NEWS.d/next/Library/2018-07-25-12-08-48.bpo-13041.lNmgDz.rst
deleted file mode 100644
index d0871a8..0000000
--- a/Misc/NEWS.d/next/Library/2018-07-25-12-08-48.bpo-13041.lNmgDz.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Use :func:`shutil.get_terminal_size` to calculate the terminal width
-correctly in the ``argparse.HelpFormatter`` class. Initial patch by Zbyszek
-Jędrzejewski-Szmek.