]> granicus.if.org Git - python/commit
Fix #13327. utimensat now has the atime and mtime arguments set as optional,
authorBrian Curtin <brian@python.org>
Mon, 7 Nov 2011 22:09:20 +0000 (16:09 -0600)
committerBrian Curtin <brian@python.org>
Mon, 7 Nov 2011 22:09:20 +0000 (16:09 -0600)
commit569b49432002a4750640c4b3883187796f2f5036
treeac72250d790f11695d9aa8b30ec7c374359a60a2
parent7ef53ef916453fc2d907ae783aa0bd5801aa5575
Fix #13327. utimensat now has the atime and mtime arguments set as optional,
defaulting to None like the other utimes family members. It now accepts
keyword arguments because, unlike other other functions in the family,
it has a `flags` value at the end of the argument list (which
retains its 0 default).
Doc/library/os.rst
Lib/test/test_posix.py
Modules/posixmodule.c