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
83ac0133
Kaydet (Commit)
83ac0133
authored
Mar 02, 2012
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Clarify importlib.machinery.PathFinder's difference from what __import__() does.
üst
75321e83
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
importlib.rst
Doc/library/importlib.rst
+3
-1
No files found.
Doc/library/importlib.rst
Dosyayı görüntüle @
83ac0133
...
@@ -477,7 +477,9 @@ find and load modules.
...
@@ -477,7 +477,9 @@ find and load modules.
This
class
does
not
perfectly
mirror
the
semantics
of
:
keyword
:`
import
`
in
This
class
does
not
perfectly
mirror
the
semantics
of
:
keyword
:`
import
`
in
terms
of
:
data
:`
sys
.
path
`.
No
implicit
path
hooks
are
assumed
for
terms
of
:
data
:`
sys
.
path
`.
No
implicit
path
hooks
are
assumed
for
simplification
of
the
class
and
its
semantics
.
simplification
of
the
class
and
its
semantics
.
This
implies
that
when
``
None
``
is
found
in
:
data
:`
sys
.
path_importer_cache
`
that
it
is
simply
ignored
instead
of
implying
a
default
finder
.
Only
class
methods
are
defined
by
this
class
to
alleviate
the
need
for
Only
class
methods
are
defined
by
this
class
to
alleviate
the
need
for
instantiation
.
instantiation
.
...
...
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