]> granicus.if.org Git - python/commitdiff
Fix SF #659228, 'realpath' function missing from os.path
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 3 Jan 2003 18:12:28 +0000 (18:12 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 3 Jan 2003 18:12:28 +0000 (18:12 +0000)
Also added realpath = abspath for os2emx, similar to windows/mac
which also don't really implement realpath.

Backport candidate, I think?

Misc/NEWS

index 33b380c1612e72649c3794bba20b4cc9dbcfb755..00008e51b11087ee4335f31661300635a9dc3b3a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,7 +38,10 @@ Extension modules
 Library
 -------
 
-TBD
+- realpath is now exported when doing from poxixpath import *.
+  It is also exported for ntpath, macpath, and os2emxpath.
+  See SF bug #659228.
+
 
 Tools/Demos
 -----------