commit | 58d6b1b7a4f25d09991d5bf853d7c23c7545f01b | [log] [tgz] |
---|---|---|
author | Ronald Oussoren <ronaldoussoren@mac.com> | Fri May 06 11:31:33 2011 +0200 |
committer | Ronald Oussoren <ronaldoussoren@mac.com> | Fri May 06 11:31:33 2011 +0200 |
tree | 3e31c1e2a4e695bdb40928c34e65041801706c6d | |
parent | fe12aa67fc93ddc97fce2ecb856eef6545efd98b [diff] [blame] |
Backport fix for issue #10684 from 3.x
diff --git a/Misc/NEWS b/Misc/NEWS index 743f10a..bdecdf2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -77,6 +77,10 @@ Library ------- +- Issue #10684: shutil.move used to delete a folder on case insensitive + filesystems when the source and destination name where the same except + for the case. + - Issue #11982: fix json.loads('""') to return u'' rather than ''. - Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get