Bugs item #1266283, was opened at 2005-08-22 15:21 Message generated for change (Settings changed) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1266283&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Closed Resolution: Fixed Priority: 5 Submitted By: Martin Blais (blais) >Assigned to: Georg Brandl (gbrandl) Summary: lexists() is not exported from os.path Initial Comment: I'm not quite sure if this is desired, but looking at posixpath.py it looks like a bug: lexists() is not in __all__, and so from os.path import * ... lexists(...) does not work. ---------------------------------------------------------------------- Comment By: Georg Brandl (birkenfeld) Date: 2005-08-22 18:08 Message: Logged In: YES user_id=1188172 Thanks for the report, fixed in 2.5 and 2.4 branches as Lib/macpath.py; 1.52; 1.50.2.1 Lib/ntpath.py; 1.63; 1.61.2.1 Lib/os2emxpath.py; 1.15; 1.13.2.1 Lib/posixpath.py; 1.75; 1.73.2.2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1266283&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com