From: Ronald Oussoren Date: Fri, 6 May 2011 09:17:40 +0000 (+0200) Subject: merge from 3.2 X-Git-Tag: v3.3.0a1~2389 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=136148e97d514291ac027dfb0c036f158fe47389;p=python merge from 3.2 --- 136148e97d514291ac027dfb0c036f158fe47389 diff --cc Misc/NEWS index a67012656e,01274a11f8..5cf9ac6075 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -140,6 -83,6 +140,10 @@@ Core and Builtin 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 #11647: objects created using contextlib.contextmanager now support more than one call to the function when used as a decorator. Initial patch by Ysj Ray.