mirror of
https://github.com/python/cpython.git
synced 2025-07-30 22:54:16 +00:00
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:
parent
aa1d3aa643
commit
bb0246ac25
1 changed files with 4 additions and 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
|
||||
-----------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue