summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2012-07-15 17:57:38 (GMT)
committerLarry Hastings <larry@hastings.org>2012-07-15 17:57:38 (GMT)
commitb40380667c98a3ab7e244e036944f731d61ffc27 (patch)
treebfb57dbbb5fea7e9398adf44366953c86f8462f4 /Misc
parent509d87d4a06f2812c82df9b2fab83272f6463a81 (diff)
downloadcpython-b40380667c98a3ab7e244e036944f731d61ffc27.zip
cpython-b40380667c98a3ab7e244e036944f731d61ffc27.tar.gz
cpython-b40380667c98a3ab7e244e036944f731d61ffc27.tar.bz2
Issue #15202: Consistently use the name "follow_symlinks" for
new parameters in os and shutil functions. Patch by Serhiy Storchaka.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a01767c..9ebf65a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.3.0 Beta 2?
Core and Builtins
-----------------
+- Issue #15202: Consistently use the name "follow_symlinks" for
+ new parameters in os and shutil functions.
+
- Issue #15314: __main__.__loader__ is now set correctly during
interpreter startup