diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2003-01-03 18:12:28 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2003-01-03 18:12:28 (GMT) |
commit | bb0246ac2528fbce1cbe25a26f852a4badb4baeb (patch) | |
tree | dd2e42877341dd4dd407435ced1878232ebfcf39 /Misc | |
parent | aa1d3aa643fdfd4a8e733bdbc8288c4b639ddd63 (diff) | |
download | cpython-bb0246ac2528fbce1cbe25a26f852a4badb4baeb.zip cpython-bb0246ac2528fbce1cbe25a26f852a4badb4baeb.tar.gz cpython-bb0246ac2528fbce1cbe25a26f852a4badb4baeb.tar.bz2 |
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?
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 ----------- |