commit | 8b78493d4f9eca2d8a90abdab7e905e9556eba57 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Nov 23 14:52:39 2013 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Nov 23 14:52:39 2013 +0100 |
tree | e1e931a60610ae19592dc78b91ab4cda93a8730d | |
parent | 7e45d25ecbf1b9e937f5d02793e816e2a1323f9e [diff] |
Issue #19716: add a test that Path.touch() doesn't change a file's contents. Patch by Kushal Das.