Files
cpython/Doc/library
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-08-03 23:44:59 -07:00
2014-07-08 12:39:10 +02:00
2014-07-23 11:27:17 +03:00
2014-07-24 02:33:14 -04:00
2014-07-03 00:31:54 +01:00
2014-06-22 16:27:10 -07:00
2014-04-18 17:00:50 -04:00
2014-05-08 10:05:47 -04:00
2014-05-08 10:05:47 -04:00
2014-03-20 10:01:48 -05:00
2014-03-12 19:51:00 -04:00
2014-03-12 19:51:00 -04:00
2014-05-26 15:48:12 -07:00
2014-07-09 20:15:28 +03:00
2014-07-18 09:14:55 -05:00
2014-07-23 20:30:41 -04:00
2014-08-04 00:21:11 -07:00
2014-08-02 22:32:10 -07:00
2014-03-24 09:06:33 +01:00
2014-06-11 13:48:58 -04:00
2014-07-16 14:49:05 -05:00
2014-07-06 13:04:20 -07:00
2014-04-15 23:44:14 -04:00
2014-05-12 22:41:15 -04:00