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
889d24ee
Kaydet (Commit)
889d24ee
authored
Kas 29, 2013
tarafından
Serhiy Storchaka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Revert unrelated changes introduced by changeset b2066bc8cab9 (issue #19795).
üst
fbc1c268
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
10 deletions
+0
-10
importlib.rst
Doc/library/importlib.rst
+0
-10
No files found.
Doc/library/importlib.rst
Dosyayı görüntüle @
889d24ee
...
@@ -918,18 +918,8 @@ an :term:`importer`.
...
@@ -918,18 +918,8 @@ an :term:`importer`.
Reliance
on
this
decorator
is
discouraged
when
it
is
possible
to
set
Reliance
on
this
decorator
is
discouraged
when
it
is
possible
to
set
:
attr
:`
__package__
`
before
importing
.
By
:
attr
:`
__package__
`
before
importing
.
By
setting
it
beforehand
the
code
for
the
module
is
executed
with
the
setting
it
beforehand
the
code
for
the
module
is
executed
with
the
<<<<<<<
attribute
set
and
thus
can
be
used
by
global
level
code
during
attribute
set
and
thus
can
be
used
by
global
level
code
during
initialization
.
initialization
.
=======
The
``
cpython
-
32
``
string
comes
from
the
current
magic
tag
(
see
:
func
:`
get_tag
`;
if
:
attr
:`
sys
.
implementation
.
cache_tag
`
is
not
defined
then
:
exc
:`
NotImplementedError
`
will
be
raised
).
The
returned
path
will
end
in
``.
pyc
``
when
``
__debug__
``
is
``
True
``
or
``.
pyo
``
for
an
optimized
Python
(
i
.
e
.
``
__debug__
``
is
``
False
``).
By
passing
in
``
True
``
or
``
False
``
for
*
debug_override
*
you
can
override
the
system
's value for ``__debug__`` for
extension selection.
>>>>>>>
..
note
::
..
note
::
...
...
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