diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-29 09:37:28 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-29 09:37:28 (GMT) |
commit | de2800f8f13df85d9e48b963307b2725abc2076f (patch) | |
tree | 14f77f289ec7a380c8119fb0b46fc774a57706de /Misc | |
parent | 64f7c4e4ca5141a8db28a2825f655e863d1c264f (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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' |