diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-10 10:23:10 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-02-10 10:23:10 (GMT) |
commit | d83c82440b85faa6aefdf56fce25f285d8164bb7 (patch) | |
tree | a91f5de0ad0304ab9091b682e9c4837ee3ee929f /Misc | |
parent | 986bbfc079c23bec8807efb19ce3a3e00ff06062 (diff) | |
parent | df32691e6fa379aca3b7d1f1081d48c6ddd964ba (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |