[Python-bugs-list] [ python-Bugs-659228 ] 'realpath' function missing from os.path

noreply@sourceforge.net noreply@sourceforge.net
Fri, 27 Dec 2002 17:51:00 -0800


Bugs item #659228, was opened at 2002-12-27 18:50
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=659228&group_id=5470

Category: Python Library
Group: Python 2.2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: David MacQuigg (macquigg)
Assigned to: Nobody/Anonymous (nobody)
Summary: 'realpath' function missing from os.path

Initial Comment:
The 'realpath()' function does not appear when you import all functions:
from os.path import *
Looks like this due to the name 'realpath' being missing from the '__all__' list in
.../Python-2.2.2/Lib/posixpath.py
All the other functions appear normally.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=659228&group_id=5470