summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.6.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-04-05 13:25:51 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-04-05 13:25:51 (GMT)
commit19192dd4022e1ce3978ac9b52a95deef430d46f8 (patch)
tree2d190fc9a19790724bc2924eb55db8a0992a8b6d /Doc/whatsnew/2.6.rst
parent9de5a41add07f4c7aec750b8b73709deaa95284e (diff)
downloadcpython-19192dd4022e1ce3978ac9b52a95deef430d46f8.zip
cpython-19192dd4022e1ce3978ac9b52a95deef430d46f8.tar.gz
cpython-19192dd4022e1ce3978ac9b52a95deef430d46f8.tar.bz2
Merged revisions 79797 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r79797 | ezio.melotti | 2010-04-05 15:51:45 +0300 (Mon, 05 Apr 2010) | 1 line Fix some broken URLs. ........
Diffstat (limited to 'Doc/whatsnew/2.6.rst')
-rw-r--r--Doc/whatsnew/2.6.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst
index c94327b..cb5837a 100644
--- a/Doc/whatsnew/2.6.rst
+++ b/Doc/whatsnew/2.6.rst
@@ -2195,7 +2195,7 @@ changes, or look through the Subversion logs for all the details.
This produces better results when operating on Unix's dot-files.
For example, ``os.path.splitext('.ipython')``
now returns ``('.ipython', '')`` instead of ``('', '.ipython')``.
- (:issue:`115886`)
+ (:issue:`1115886`)
A new function, ``os.path.relpath(path, start='.')``, returns a relative path
from the ``start`` path, if it's supplied, or from the current