From: Brian Curtin Date: Mon, 7 Nov 2011 22:30:01 +0000 (-0600) Subject: News updates for #13327. X-Git-Tag: v3.3.0a1~909 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=304a165426600cbec24fa0f2089a045e44af22db;p=thirdparty%2FPython%2Fcpython.git News updates for #13327. --- diff --git a/Misc/NEWS b/Misc/NEWS index 6c19da8937ef..af4775a7dbdc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -11,7 +11,9 @@ Core and Builtins ----------------- - Issue #13327: Remove the need for an explicit None as the second argument - to os.utime in order to update to the current time. + to os.utime, os.lutimes, os.futimes, os.futimens, os.futimesat, in + order to update to the current time. Also added keyword argument + handling to os.utimensat in order to remove the need for explicit None. - Issue #13350: Simplify some C code by replacing most usages of PyUnicode_Format by PyUnicode_FromFormat.