Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms.
diff --git a/Misc/NEWS b/Misc/NEWS
index b63d04c..eab4993 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -202,6 +202,9 @@
 Library
 -------
 
+- Issue #6975: os.path.realpath() now correctly resolves multiple nested
+  symlinks on POSIX platforms.
+
 - Issue #17156: pygettext.py now correctly escapes non-ascii characters.
 
 - Issue #7358: cStringIO.StringIO now supports writing to and reading from