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
98620d87
Kaydet (Commit)
98620d87
authored
Ara 13, 2013
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #19963: Document that importlib.import_module() will import
parent packages automatically.
üst
d913d9d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
importlib.rst
Doc/library/importlib.rst
+5
-2
NEWS
Misc/NEWS
+3
-0
No files found.
Doc/library/importlib.rst
Dosyayı görüntüle @
98620d87
...
@@ -82,10 +82,13 @@ Functions
...
@@ -82,10 +82,13 @@ Functions
derived
from
:
func
:`
importlib
.
__import__
`,
including
requiring
the
package
derived
from
:
func
:`
importlib
.
__import__
`,
including
requiring
the
package
from
which
an
import
is
occurring
to
have
been
previously
imported
from
which
an
import
is
occurring
to
have
been
previously
imported
(
i
.
e
.,
*
package
*
must
already
be
imported
).
The
most
important
difference
(
i
.
e
.,
*
package
*
must
already
be
imported
).
The
most
important
difference
is
that
:
func
:`
import_module
`
returns
the
most
nest
ed
package
or
module
is
that
:
func
:`
import_module
`
returns
the
specifi
ed
package
or
module
that
was
imported
(
e
.
g
.
``
pkg
.
mod
``),
while
:
func
:`
__import__
`
returns
the
(
e
.
g
.
``
pkg
.
mod
``),
while
:
func
:`
__import__
`
returns
the
top
-
level
package
or
module
(
e
.
g
.
``
pkg
``).
top
-
level
package
or
module
(
e
.
g
.
``
pkg
``).
..
versionchanged
::
3.3
Parent
packages
are
automatically
imported
.
..
function
::
find_loader
(
name
,
path
=
None
)
..
function
::
find_loader
(
name
,
path
=
None
)
Find
the
loader
for
a
module
,
optionally
within
the
specified
*
path
*.
If
the
Find
the
loader
for
a
module
,
optionally
within
the
specified
*
path
*.
If
the
...
...
Misc/NEWS
Dosyayı görüntüle @
98620d87
...
@@ -169,6 +169,9 @@ Tests
...
@@ -169,6 +169,9 @@ Tests
Documentation
Documentation
-------------
-------------
- Issue #19963: Document that importlib.import_module() no longer requires
importing parent packages separately.
- Issue #18840: Introduce the json module in the tutorial, and deemphasize
- Issue #18840: Introduce the json module in the tutorial, and deemphasize
the pickle module.
the pickle module.
...
...
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