projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa1d3aa
)
Fix SF #659228, 'realpath' function missing from os.path
author
Neal Norwitz
<nnorwitz@gmail.com>
Fri, 3 Jan 2003 18:12:28 +0000
(18:12 +0000)
committer
Neal 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
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/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
-----------