]> granicus.if.org Git - python/commit
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)
commitbb0246ac2528fbce1cbe25a26f852a4badb4baeb
treedd2e42877341dd4dd407435ced1878232ebfcf39
parentaa1d3aa643fdfd4a8e733bdbc8288c4b639ddd63
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?
Misc/NEWS