diff options
author | Brian Curtin <brian@python.org> | 2011-11-07 22:30:01 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2011-11-07 22:30:01 (GMT) |
commit | 304a165426600cbec24fa0f2089a045e44af22db (patch) | |
tree | 499dbf048313201afaed92b2e112eafc4a9d942f /Misc | |
parent | be908405a5ceb28dbbe9f60557bad0e4ed083a49 (diff) | |
download | cpython-304a165426600cbec24fa0f2089a045e44af22db.zip cpython-304a165426600cbec24fa0f2089a045e44af22db.tar.gz cpython-304a165426600cbec24fa0f2089a045e44af22db.tar.bz2 |
News updates for #13327.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |