diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-21 12:29:50 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2010-03-21 12:29:50 (GMT) |
commit | 54467e0daaadb5a9bb5ca8a3c7654dd310d2f230 (patch) | |
tree | 971dbe411aca3709953069a97e3f06c63cb5de4e /Misc | |
parent | 53b95e77e059ad1858341cd07c84a212652e32b2 (diff) | |
download | cpython-54467e0daaadb5a9bb5ca8a3c7654dd310d2f230.zip cpython-54467e0daaadb5a9bb5ca8a3c7654dd310d2f230.tar.gz cpython-54467e0daaadb5a9bb5ca8a3c7654dd310d2f230.tar.bz2 |
Merged revisions 79195 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79195 | florent.xicluna | 2010-03-21 13:27:20 +0100 (dim, 21 mar 2010) | 2 lines
Issue #8179: Fix macpath.realpath() on a non-existing path.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -285,6 +285,8 @@ C-API Library ------- +- Issue #8179: Fix macpath.realpath() on a non-existing path. + - Issue #8024: Update the Unicode database to 5.2. - Issue #8168: py_compile now handles files with utf-8 BOMS. |