Fix SF #659228, 'realpath' function missing from os.path

Also added realpath = abspath for os2emx, similar to windows/mac
which also don't really implement realpath.

Backport candidate, I think?
This commit is contained in:
Neal Norwitz 2003-01-03 18:12:28 +00:00
parent aa1d3aa643
commit bb0246ac25
1 changed files with 4 additions and 1 deletions

View File

@ -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
-----------