From: Serhiy Storchaka Date: Sun, 10 Feb 2013 10:24:06 +0000 (+0200) Subject: Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on... X-Git-Tag: v3.4.0a1~1408 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2619236ebc6ea2d0d0dc64f3b672896072e9dfc;p=thirdparty%2FPython%2Fcpython.git Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms. --- f2619236ebc6ea2d0d0dc64f3b672896072e9dfc diff --cc Misc/NEWS index 0e4f24c4a077,0e0cd0fec1c7..d6930495358c --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -244,9 -172,9 +244,12 @@@ Core and Builtin Library ------- + - Issue #6975: os.path.realpath() now correctly resolves multiple nested + symlinks on POSIX platforms. + +- Issue #13773: sqlite3.connect() gets a new `uri` parameter to pass the + filename as a URI, allowing to pass custom options. + - Issue #17156: pygettext.py now uses an encoding of source file and correctly writes and escapes non-ascii characters.