| commit | 52fbea1d871c99bad3d6f113cebd01ac9c68d5b9 | [log] [tgz] |
|---|---|---|
| author | Brian Curtin <brian@python.org> | Sun Nov 06 13:41:17 2011 -0600 |
| committer | Brian Curtin <brian@python.org> | Sun Nov 06 13:41:17 2011 -0600 |
| tree | 1532ea1226432b76942a42344fec4b7c1b8b9944 | |
| parent | 9589ab174577773c48492b4e2ad596d4b9c3b120 [diff] |
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.