Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
f0de6a18
Kaydet (Commit)
f0de6a18
authored
Agu 22, 2005
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Bug #1266283: lexists() is not exported from os.path
üst
f21a5f77
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
11 deletions
+13
-11
macpath.py
Lib/macpath.py
+1
-1
ntpath.py
Lib/ntpath.py
+4
-4
os2emxpath.py
Lib/os2emxpath.py
+4
-4
posixpath.py
Lib/posixpath.py
+2
-2
NEWS
Misc/NEWS
+2
-0
No files found.
Lib/macpath.py
Dosyayı görüntüle @
f0de6a18
...
@@ -5,7 +5,7 @@ from stat import *
...
@@ -5,7 +5,7 @@ from stat import *
__all__
=
[
"normcase"
,
"isabs"
,
"join"
,
"splitdrive"
,
"split"
,
"splitext"
,
__all__
=
[
"normcase"
,
"isabs"
,
"join"
,
"splitdrive"
,
"split"
,
"splitext"
,
"basename"
,
"dirname"
,
"commonprefix"
,
"getsize"
,
"getmtime"
,
"basename"
,
"dirname"
,
"commonprefix"
,
"getsize"
,
"getmtime"
,
"getatime"
,
"getctime"
,
"islink"
,
"exists"
,
"isdir"
,
"isfile"
,
"getatime"
,
"getctime"
,
"islink"
,
"exists"
,
"
lexists"
,
"
isdir"
,
"isfile"
,
"walk"
,
"expanduser"
,
"expandvars"
,
"normpath"
,
"abspath"
,
"walk"
,
"expanduser"
,
"expandvars"
,
"normpath"
,
"abspath"
,
"curdir"
,
"pardir"
,
"sep"
,
"pathsep"
,
"defpath"
,
"altsep"
,
"extsep"
,
"curdir"
,
"pardir"
,
"sep"
,
"pathsep"
,
"defpath"
,
"altsep"
,
"extsep"
,
"devnull"
,
"realpath"
,
"supports_unicode_filenames"
]
"devnull"
,
"realpath"
,
"supports_unicode_filenames"
]
...
...
Lib/ntpath.py
Dosyayı görüntüle @
f0de6a18
...
@@ -11,10 +11,10 @@ import sys
...
@@ -11,10 +11,10 @@ import sys
__all__
=
[
"normcase"
,
"isabs"
,
"join"
,
"splitdrive"
,
"split"
,
"splitext"
,
__all__
=
[
"normcase"
,
"isabs"
,
"join"
,
"splitdrive"
,
"split"
,
"splitext"
,
"basename"
,
"dirname"
,
"commonprefix"
,
"getsize"
,
"getmtime"
,
"basename"
,
"dirname"
,
"commonprefix"
,
"getsize"
,
"getmtime"
,
"getatime"
,
"getctime"
,
"islink"
,
"exists"
,
"
isdir"
,
"isfile"
,
"ismount
"
,
"getatime"
,
"getctime"
,
"islink"
,
"exists"
,
"
lexists"
,
"isdir"
,
"isfile
"
,
"
walk"
,
"expanduser"
,
"expandvars"
,
"normpath"
,
"abspath"
,
"splitunc
"
,
"
ismount"
,
"walk"
,
"expanduser"
,
"expandvars"
,
"normpath"
,
"abspath
"
,
"
curdir"
,
"pardir"
,
"sep"
,
"pathsep"
,
"defpath"
,
"altsep"
,
"ex
tsep"
,
"
splitunc"
,
"curdir"
,
"pardir"
,
"sep"
,
"pathsep"
,
"defpath"
,
"al
tsep"
,
"devnull"
,
"realpath"
,
"supports_unicode_filenames"
]
"
extsep"
,
"
devnull"
,
"realpath"
,
"supports_unicode_filenames"
]
# strings representing various path-related bits and pieces
# strings representing various path-related bits and pieces
curdir
=
'.'
curdir
=
'.'
...
...
Lib/os2emxpath.py
Dosyayı görüntüle @
f0de6a18
...
@@ -10,10 +10,10 @@ import stat
...
@@ -10,10 +10,10 @@ import stat
__all__
=
[
"normcase"
,
"isabs"
,
"join"
,
"splitdrive"
,
"split"
,
"splitext"
,
__all__
=
[
"normcase"
,
"isabs"
,
"join"
,
"splitdrive"
,
"split"
,
"splitext"
,
"basename"
,
"dirname"
,
"commonprefix"
,
"getsize"
,
"getmtime"
,
"basename"
,
"dirname"
,
"commonprefix"
,
"getsize"
,
"getmtime"
,
"getatime"
,
"getctime"
,
"islink"
,
"exists"
,
"
isdir"
,
"isfile"
,
"ismount
"
,
"getatime"
,
"getctime"
,
"islink"
,
"exists"
,
"
lexists"
,
"isdir"
,
"isfile
"
,
"
walk"
,
"expanduser"
,
"expandvars"
,
"normpath"
,
"abspath"
,
"splitunc
"
,
"
ismount"
,
"walk"
,
"expanduser"
,
"expandvars"
,
"normpath"
,
"abspath
"
,
"
curdir"
,
"pardir"
,
"sep"
,
"pathsep"
,
"defpath"
,
"altsep"
,
"ex
tsep"
,
"
splitunc"
,
"curdir"
,
"pardir"
,
"sep"
,
"pathsep"
,
"defpath"
,
"al
tsep"
,
"devnull"
,
"realpath"
,
"supports_unicode_filenames"
]
"
extsep"
,
"
devnull"
,
"realpath"
,
"supports_unicode_filenames"
]
# strings representing various path-related bits and pieces
# strings representing various path-related bits and pieces
curdir
=
'.'
curdir
=
'.'
...
...
Lib/posixpath.py
Dosyayı görüntüle @
f0de6a18
...
@@ -15,8 +15,8 @@ import stat
...
@@ -15,8 +15,8 @@ import stat
__all__
=
[
"normcase"
,
"isabs"
,
"join"
,
"splitdrive"
,
"split"
,
"splitext"
,
__all__
=
[
"normcase"
,
"isabs"
,
"join"
,
"splitdrive"
,
"split"
,
"splitext"
,
"basename"
,
"dirname"
,
"commonprefix"
,
"getsize"
,
"getmtime"
,
"basename"
,
"dirname"
,
"commonprefix"
,
"getsize"
,
"getmtime"
,
"getatime"
,
"getctime"
,
"islink"
,
"exists"
,
"
isdir"
,
"isfile"
,
"ismount
"
,
"getatime"
,
"getctime"
,
"islink"
,
"exists"
,
"
lexists"
,
"isdir"
,
"isfile
"
,
"walk"
,
"expanduser"
,
"expandvars"
,
"normpath"
,
"abspath"
,
"
ismount"
,
"
walk"
,
"expanduser"
,
"expandvars"
,
"normpath"
,
"abspath"
,
"samefile"
,
"sameopenfile"
,
"samestat"
,
"samefile"
,
"sameopenfile"
,
"samestat"
,
"curdir"
,
"pardir"
,
"sep"
,
"pathsep"
,
"defpath"
,
"altsep"
,
"extsep"
,
"curdir"
,
"pardir"
,
"sep"
,
"pathsep"
,
"defpath"
,
"altsep"
,
"extsep"
,
"devnull"
,
"realpath"
,
"supports_unicode_filenames"
]
"devnull"
,
"realpath"
,
"supports_unicode_filenames"
]
...
...
Misc/NEWS
Dosyayı görüntüle @
f0de6a18
...
@@ -1692,6 +1692,8 @@ Extension modules
...
@@ -1692,6 +1692,8 @@ Extension modules
Library
Library
-------
-------
- Bug #1266283: The new function "
lexists
" is now in os.path.__all__.
- Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects
- Bug #981530: Fix UnboundLocalError in shutil.rmtree(). This affects
the documented behavior: the function passed to the onerror()
the documented behavior: the function passed to the onerror()
handler can now also be os.listdir.
handler can now also be os.listdir.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment