summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-02-10 10:22:07 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-02-10 10:22:07 (GMT)
commitdf32691e6fa379aca3b7d1f1081d48c6ddd964ba (patch)
treed0d4e63208301646e893e7a637e4672283d7c709 /Misc
parent4de7457009d3dac9c93cc5b471d20a8d5e92ff33 (diff)
downloadcpython-df32691e6fa379aca3b7d1f1081d48c6ddd964ba.zip
cpython-df32691e6fa379aca3b7d1f1081d48c6ddd964ba.tar.gz
cpython-df32691e6fa379aca3b7d1f1081d48c6ddd964ba.tar.bz2
Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms.
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 8fe5e16..cef6edb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -218,6 +218,9 @@ Core and Builtins
Library
-------
+- Issue #6975: os.path.realpath() now correctly resolves multiple nested
+ symlinks on POSIX platforms.
+
- Issue #17156: pygettext.py now uses an encoding of source file and correctly
writes and escapes non-ascii characters.