]> granicus.if.org Git - python/commit
Fix #13327. Remove the need for an explicit None as the second argument to
authorBrian Curtin <brian@python.org>
Sun, 6 Nov 2011 19:41:17 +0000 (13:41 -0600)
committerBrian Curtin <brian@python.org>
Sun, 6 Nov 2011 19:41:17 +0000 (13:41 -0600)
commit52fbea1d871c99bad3d6f113cebd01ac9c68d5b9
tree1532ea1226432b76942a42344fec4b7c1b8b9944
parent9589ab174577773c48492b4e2ad596d4b9c3b120
Fix #13327. Remove the need for an explicit None as the second argument to
os.utime in order to update to the current time. The second argument is now
optional.
Doc/library/os.rst
Lib/test/test_os.py
Misc/NEWS
Modules/posixmodule.c