summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2013-02-22 02:54:43 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2013-02-22 02:54:43 (GMT)
commitd69ad552202b1303e656013165983857cb308216 (patch)
treeaa85e6dff9e6253ed40a9a76cbd3ff6a2254ec11 /Misc
parent0f4377c100049a80d2338de3b9f3b7c7489a08b3 (diff)
downloadcpython-d69ad552202b1303e656013165983857cb308216.zip
cpython-d69ad552202b1303e656013165983857cb308216.tar.gz
cpython-d69ad552202b1303e656013165983857cb308216.tar.bz2
Issue #17203: add long option names to unittest discovery docs.
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 401228e..5d768ce 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1070,6 +1070,8 @@ Tools/Demos
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.