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