mirror of https://github.com/python/cpython
Fix typo in Misc/NEWS
This commit is contained in:
parent
67be92bed4
commit
fb8dac7632
|
@ -43,7 +43,7 @@ Core and Builtins
|
||||||
Library
|
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()
|
It is used automatically on platforms supporting the necessary os.openat()
|
||||||
and os.unlinkat() functions. Main code by Martin von Löwis.
|
and os.unlinkat() functions. Main code by Martin von Löwis.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue