Merged revisions 78247 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78247 | ezio.melotti | 2010-02-20 10:09:39 +0200 (Sat, 20 Feb 2010) | 1 line
#3426: os.path.abspath now returns unicode when its arg is unicode.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 9c9c387..3baf449 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -66,6 +66,8 @@
Library
-------
+- Issue #3426: ``os.path.abspath`` now returns unicode when its arg is unicode.
+
- Issue #7835: shelve should no longer produce mysterious warnings during
interpreter shutdown.