summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-02-10 10:23:10 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-02-10 10:23:10 (GMT)
commitd83c82440b85faa6aefdf56fce25f285d8164bb7 (patch)
treea91f5de0ad0304ab9091b682e9c4837ee3ee929f /Misc
parent986bbfc079c23bec8807efb19ce3a3e00ff06062 (diff)
parentdf32691e6fa379aca3b7d1f1081d48c6ddd964ba (diff)
downloadcpython-d83c82440b85faa6aefdf56fce25f285d8164bb7.zip
cpython-d83c82440b85faa6aefdf56fce25f285d8164bb7.tar.gz
cpython-d83c82440b85faa6aefdf56fce25f285d8164bb7.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 7dfca91..0e0cd0f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -172,6 +172,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.