mirror of
https://github.com/python/cpython.git
synced 2025-08-28 12:45:07 +00:00
Bug #1266283: lexists() is not exported from os.path
This commit is contained in:
parent
f21a5f7739
commit
f0de6a18bb
5 changed files with 13 additions and 11 deletions
|
@ -5,7 +5,7 @@ from stat import *
|
|||
|
||||
__all__ = ["normcase","isabs","join","splitdrive","split","splitext",
|
||||
"basename","dirname","commonprefix","getsize","getmtime",
|
||||
"getatime","getctime", "islink","exists","isdir","isfile",
|
||||
"getatime","getctime", "islink","exists","lexists","isdir","isfile",
|
||||
"walk","expanduser","expandvars","normpath","abspath",
|
||||
"curdir","pardir","sep","pathsep","defpath","altsep","extsep",
|
||||
"devnull","realpath","supports_unicode_filenames"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue