commit | 13cee1696f385fc218bd9eaebc3e50700a8fd397 | [log] [tgz] |
---|---|---|
author | Chris Jerdonek <chris.jerdonek@gmail.com> | Thu Feb 21 18:52:12 2013 -0800 |
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | Thu Feb 21 18:52:12 2013 -0800 |
tree | 479a688383a1a51cb9f686b749a46c6563c42e75 | |
parent | 7d0eb4b234bacab520104b6c797f69b101baad64 [diff] [blame] |
Issue #17203: add long option names to unittest discovery docs.
diff --git a/Misc/NEWS b/Misc/NEWS index 0b619fb..3a2543c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -918,6 +918,8 @@ Documentation ------------- +- Issue #17203: add long option names to unittest discovery docs. + - Issue #13094: add "Why do lambdas defined in a loop with different values all return the same result?" programming FAQ.