summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorChih-Hsuan Yen <yan12125@gmail.com>2018-07-11 08:48:43 (GMT)
committerINADA Naoki <methane@users.noreply.github.com>2018-07-11 08:48:43 (GMT)
commit09b2bece78f62c3d363236dce593ecfe130afd2f (patch)
tree5c956ce1c212616db4c18b38d5c53c63b6ecd1c6 /Misc/NEWS.d
parentd5c875bbf1ef9b24349d3243b1ffaab6a9d5a78e (diff)
downloadcpython-09b2bece78f62c3d363236dce593ecfe130afd2f.zip
cpython-09b2bece78f62c3d363236dce593ecfe130afd2f.tar.gz
cpython-09b2bece78f62c3d363236dce593ecfe130afd2f.tar.bz2
bpo-29442: Replace optparse with argparse in setup.py (GH-139)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Build/2017-09-26-23-08-27.bpo-29442.fD8YTi.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2017-09-26-23-08-27.bpo-29442.fD8YTi.rst b/Misc/NEWS.d/next/Build/2017-09-26-23-08-27.bpo-29442.fD8YTi.rst
new file mode 100644
index 0000000..9bd1268
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2017-09-26-23-08-27.bpo-29442.fD8YTi.rst
@@ -0,0 +1 @@
+Replace optparse with argparse in setup.py