]> granicus.if.org Git - python/commitdiff
Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Feb 2013 10:24:06 +0000 (12:24 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Feb 2013 10:24:06 +0000 (12:24 +0200)
1  2 
Lib/posixpath.py
Lib/test/test_posixpath.py
Misc/NEWS

Simple merge
Simple merge
diff --cc Misc/NEWS
index 0e4f24c4a077cee9dfaccff089aea81312b2499a,0e0cd0fec1c729ad4131394fbe9ad2afd0f7f78a..d6930495358ce06a97ba28a80018992bbdc8a7ee
+++ 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.