commit | b06146159600b5d9daaf1caf49db43b627ff759f | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Jan 02 20:04:52 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Jan 02 20:04:52 2011 +0000 |
tree | f9e711d2aad67713bd1e31f128bcdfdd223ccead | |
parent | f11d1832ec6aa06b3eeea67724d9d1ae42ea88a2 [diff] |
Issue #4662: os.tempnam(), os.tmpfile() and os.tmpnam() now raise a py3k DeprecationWarning.
diff --git a/Misc/NEWS b/Misc/NEWS index bbbbc97..07d7b47 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -22,6 +22,9 @@ Library ------- +- Issue #4662: os.tempnam(), os.tmpfile() and os.tmpnam() now raise a py3k + DeprecationWarning. + - Subclasses of collections.OrderedDict now work correctly with __missing__. - Issue 10753 - Characters ';','=' and ',' in the PATH_INFO environment