summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-08-29 09:37:28 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-08-29 09:37:28 (GMT)
commitde2800f8f13df85d9e48b963307b2725abc2076f (patch)
tree14f77f289ec7a380c8119fb0b46fc774a57706de /Misc
parent64f7c4e4ca5141a8db28a2825f655e863d1c264f (diff)
downloadcpython-de2800f8f13df85d9e48b963307b2725abc2076f.zip
cpython-de2800f8f13df85d9e48b963307b2725abc2076f.tar.gz
cpython-de2800f8f13df85d9e48b963307b2725abc2076f.tar.bz2
Issue #17974: Switch unittest from using getopt to using argparse.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index eba4288..f60b931 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -51,6 +51,8 @@ Core and Builtins
Library
-------
+- Issue #17974: Switch unittest from using getopt to using argparse.
+
- Issue #11798: TestSuite now drops references to own tests after execution.
- Issue #16611: http.cookie now correctly parses the 'secure' and 'httponly'