]> granicus.if.org Git - python/commit
Issue #15202: Consistently use the name "follow_symlinks" for
authorLarry Hastings <larry@hastings.org>
Sun, 15 Jul 2012 17:57:38 +0000 (10:57 -0700)
committerLarry Hastings <larry@hastings.org>
Sun, 15 Jul 2012 17:57:38 +0000 (10:57 -0700)
commitb40380667c98a3ab7e244e036944f731d61ffc27
treebfb57dbbb5fea7e9398adf44366953c86f8462f4
parent509d87d4a06f2812c82df9b2fab83272f6463a81
Issue #15202: Consistently use the name "follow_symlinks" for
new parameters in os and shutil functions.  Patch by Serhiy Storchaka.
Doc/library/os.rst
Doc/library/shutil.rst
Lib/os.py
Lib/shutil.py
Lib/test/test_os.py
Lib/test/test_shutil.py
Misc/NEWS