commit | 056c31f9cc10a8697a40c817eae42f7e38a1cf80 | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Sat Jul 21 22:35:00 2012 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Sat Jul 21 22:35:00 2012 -0400 |
tree | e8d441ef0f7d29458e98689559e54f4507a7fc77 | |
parent | 1a2c1fbfd2208407e1af365b161276b6f103c1ad [diff] [blame] |
#12353: argparse now correctly handles null argument values. Patch by Torsten Landschoff.
diff --git a/Misc/NEWS b/Misc/NEWS index 16ab202..7a2eb5b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -90,6 +90,8 @@ Library ------- +- Issue #12353: argparse now correctly handles null argument values. + - Issue #6493: An issue in ctypes on Windows that caused structure bitfields of type ctypes.c_uint32 and width 32 to incorrectly be set has been fixed.