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
e2cf03e4
Kaydet (Commit)
e2cf03e4
authored
Kas 15, 2012
tarafından
Andrew Svetlov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #16144: Fix misleading sentence in reference/import.
Patch by Manuel Pégourié-Gonnard
üst
21c95ebf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
import.rst
Doc/reference/import.rst
+5
-5
No files found.
Doc/reference/import.rst
Dosyayı görüntüle @
e2cf03e4
...
...
@@ -44,9 +44,9 @@ described in the sections below.
..
versionchanged
::
3.3
The
import
system
has
been
updated
to
fully
implement
the
second
phase
of
PEP
302
.
There
is
no
longer
any
implicit
import
machinery
-
the
full
of
:
pep
:`
302
`
.
There
is
no
longer
any
implicit
import
machinery
-
the
full
import
system
is
exposed
through
:
data
:`
sys
.
meta_path
`.
In
addition
,
native
namespace
package
support
has
been
implemented
(
see
PEP
420
).
native
namespace
package
support
has
been
implemented
(
see
:
pep
:`
420
`
).
:
mod
:`
importlib
`
...
...
@@ -219,9 +219,9 @@ whatever strategy it knows about. Objects that implement both of these
interfaces
are
referred
to
as
:
term
:`
importers
<
importer
>`
-
they
return
themselves
when
they
find
that
they
can
load
the
requested
module
.
Python
includes
a
number
of
default
finders
and
importers
.
O
ne
knows
how
to
locate
frozen
modules
,
and
another
knows
how
to
locate
built
-
i
n
modules
.
A
third
default
finder
searches
an
:
term
:`
import
path
`
Python
includes
a
number
of
default
finders
and
importers
.
The
first
o
ne
knows
how
to
locate
built
-
in
modules
,
and
the
second
knows
how
to
locate
froze
n
modules
.
A
third
default
finder
searches
an
:
term
:`
import
path
`
for
modules
.
The
:
term
:`
import
path
`
is
a
list
of
locations
that
may
name
file
system
paths
or
zip
files
.
It
can
also
be
extended
to
search
for
any
locatable
resource
,
such
as
those
identified
by
URLs
.
...
...
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