[Python-checkins] cpython: News updates for #13327.

brian.curtin python-checkins at python.org
Mon Nov 7 23:30:08 CET 2011


http://hg.python.org/cpython/rev/5e18ff5476e8
changeset:   73444:5e18ff5476e8
user:        Brian Curtin <brian at python.org>
date:        Mon Nov 07 16:30:01 2011 -0600
summary:
  News updates for #13327.

files:
  Misc/NEWS |  4 +++-
  1 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -11,7 +11,9 @@
 -----------------
 
 - 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list