commit | 0dd3d309ab63f107f05f45e50c6d72c7d25fe5ff | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Feb 10 12:21:49 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Feb 10 12:21:49 2013 +0200 |
tree | 567f5cdd80485f46b09bacfe973d119c38b3ca67 | |
parent | bb8013137550418d89437f85630952d03c8fbc4b [diff] [blame] |
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