commit | abcc168c69868c447dc976841ce1978f2298d4a0 | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Fri Jan 02 15:00:05 2009 +0000 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Fri Jan 02 15:00:05 2009 +0000 |
tree | 4b802bdcb1d8a525c1c2937b64eee8a996ad4a55 | |
parent | 919697cefe91af067d46f5971048067403ffdc05 [diff] [blame] |
Fix for issue 1149804
diff --git a/Misc/NEWS b/Misc/NEWS index 03cc727..040ed5c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -235,6 +235,9 @@ - Issue #1737832 : plat-mac/EasyDialog.py no longer uses the broken aepack module. +- Issue #1149804: macostools.mkdirs now even works when another process + creates one of the needed subdirectories. + Tools/Demos -----------