summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2003-01-03 18:12:28 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2003-01-03 18:12:28 (GMT)
commitbb0246ac2528fbce1cbe25a26f852a4badb4baeb (patch)
treedd2e42877341dd4dd407435ced1878232ebfcf39 /Misc
parentaa1d3aa643fdfd4a8e733bdbc8288c4b639ddd63 (diff)
downloadcpython-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/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 33b380c..00008e5 100644
--- 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
-----------