From: Robert Collins Date: Wed, 12 Aug 2015 23:38:44 +0000 (+1200) Subject: Issue #23725: Overhaul tempfile docs. X-Git-Tag: v3.6.0a1~1798 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32867187083e4f4fcf544cb6530db1083785379b;p=python Issue #23725: Overhaul tempfile docs. Patch from Zbigniew Jędrzejewski-Szmek. --- 32867187083e4f4fcf544cb6530db1083785379b diff --cc Misc/NEWS index c2ea6d658d,81c18d7bff..7a5c87ac94 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -84,6 -81,6 +84,9 @@@ Librar Documentation ------------- ++- 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