Files
cpython/Lib/test
Barry Warsaw 7c549c4e64 - Issue #21539: Add a *exists_ok* argument to Pathlib.mkdir() to mimic
`mkdir -p` and `os.makedirs()` functionality.  When true, ignore
  FileExistsErrors.  Patch by Berker Peksag.

(With minor cleanups, additional tests, doc tweaks, etc. by Barry)

Also:

* Remove some unused imports in test_pathlib.py reported by pyflakes.
2014-08-05 11:28:12 -04:00
..
2014-07-23 12:06:47 -05:00
2014-07-25 15:00:30 -07:00
2014-08-05 02:24:28 +03:00
2014-05-26 00:14:14 -07:00
2014-07-27 23:22:34 +03:00
2014-06-02 16:04:25 -05:00
2014-06-20 22:41:21 +01:00
2014-06-16 19:49:12 +10:00
2014-04-18 11:10:50 -07:00
2014-06-16 16:21:57 +02:00