commit | c15bdef8190241357970c9d65783c929860b933a | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri May 29 14:47:46 2009 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri May 29 14:47:46 2009 +0000 |
tree | 41a040a97ca95f748b6b4bc0ed4f2b39e5f729b1 | |
parent | 2703fd9134e46146df51b1af383632d5769faebd [diff] [blame] |
Issue #6012: Add cleanup support to O& argument parsing.
diff --git a/Misc/NEWS b/Misc/NEWS index 95c4c4d..1aafdec 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and Builtins ----------------- +- Issue #6012: Add cleanup support to O& argument parsing. + - Issue #6089: Fixed str.format with certain invalid field specifiers that would raise SystemError.