Issue 1266283: lexists() is not exported from os.path (original) (raw)
Issue1266283
Created on 2005-08-22 15:21 by blais, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (2) | ||
---|---|---|
msg26098 - (view) | Author: Martin Blais (blais) * ![]() |
Date: 2005-08-22 15:21 |
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. | ||
msg26099 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2005-08-22 18:08 |
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 |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:12 | admin | set | github: 42295 |
2005-08-22 15:21:45 | blais | create |