From: Robert Collins Date: Mon, 24 Aug 2015 00:15:49 +0000 (+1200) Subject: Issue #22812: Fix unittest discovery examples. X-Git-Tag: v3.6.0a1~1745 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d949e5b05753bfa95804e73c8e3bad290d80578e;p=python Issue #22812: Fix unittest discovery examples. Patch from Pam McA'Nulty. --- d949e5b05753bfa95804e73c8e3bad290d80578e diff --cc Misc/NEWS index 5207e83d9d,7dd4aa4fd7..625e7e6e0e --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -129,9 -146,6 +129,12 @@@ IDL Documentation ------------- ++- Issue #22812: Fix unittest discovery examples. ++ Patch from Pam McA'Nulty. ++ +- Issue #23725: Overhaul tempfile docs. Note deprecated status of mktemp. + Patch from Zbigniew Jędrzejewski-Szmek. + - Issue #24129: Clarify the reference documentation for name resolution. This includes removing the assumption that readers will be familiar with the name resolution scheme Python used prior to the introduction of lexical