From: Hynek Schlawack Date: Sat, 23 Jun 2012 16:21:11 +0000 (+0200) Subject: Fix typo in Misc/NEWS X-Git-Tag: v3.3.0b1~118 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fb8dac76328db47535ca121836aaf5553d2cddc1;p=thirdparty%2FPython%2Fcpython.git Fix typo in Misc/NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 718b76e580ba..35e8ede28dcd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -43,7 +43,7 @@ Core and Builtins Library ------- -- Issue #4489: Add a shutil.rmtree that isn't suspectible to symlink attacks. +- Issue #4489: Add a shutil.rmtree that isn't susceptible to symlink attacks. It is used automatically on platforms supporting the necessary os.openat() and os.unlinkat() functions. Main code by Martin von Löwis.