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
069a5e10
Kaydet (Commit)
069a5e10
authored
Ara 03, 2013
tarafından
Antoine Pitrou
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #19872: remove unused imports in pathlib. Patch by Vajrasky Kok.
üst
f10345e1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
+2
-9
pathlib.py
Lib/pathlib.py
+2
-9
No files found.
Lib/pathlib.py
Dosyayı görüntüle @
069a5e10
...
@@ -6,19 +6,12 @@ import os
...
@@ -6,19 +6,12 @@ import os
import
posixpath
import
posixpath
import
re
import
re
import
sys
import
sys
import
weakref
from
collections
import
Sequence
try
:
import
threading
except
ImportError
:
import
dummy_threading
as
threading
from
collections
import
Sequence
,
defaultdict
from
contextlib
import
contextmanager
from
contextlib
import
contextmanager
from
errno
import
EINVAL
,
ENOENT
from
errno
import
EINVAL
,
ENOENT
from
itertools
import
chain
,
count
from
operator
import
attrgetter
from
operator
import
attrgetter
from
stat
import
S_ISDIR
,
S_ISLNK
,
S_ISREG
,
S_ISSOCK
,
S_ISBLK
,
S_ISCHR
,
S_ISFIFO
from
stat
import
S_ISDIR
,
S_ISLNK
,
S_ISREG
,
S_ISSOCK
,
S_ISBLK
,
S_ISCHR
,
S_ISFIFO
from
urllib.parse
import
quote
as
urlquote
,
quote
_from_bytes
as
urlquote_from_bytes
from
urllib.parse
import
quote_from_bytes
as
urlquote_from_bytes
supports_symlinks
=
True
supports_symlinks
=
True
...
...
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