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
7598e18b
Kaydet (Commit)
7598e18b
authored
Eyl 20, 2012
tarafından
Ezio Melotti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix rst markup.
üst
f6813f60
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
import.rst
Doc/c-api/import.rst
+1
-1
3.3.rst
Doc/whatsnew/3.3.rst
+3
-3
No files found.
Doc/c-api/import.rst
Dosyayı görüntüle @
7598e18b
...
@@ -76,7 +76,7 @@ Importing Modules
...
@@ -76,7 +76,7 @@ Importing Modules
UTF-8 encoded string instead of a Unicode object.
UTF-8 encoded string instead of a Unicode object.
.. versionchanged:: 3.3
.. versionchanged:: 3.3
Negative values for *
*level*
* are no longer accepted.
Negative values for *
level
* are no longer accepted.
.. c:function:: PyObject* PyImport_Import(PyObject *name)
.. c:function:: PyObject* PyImport_Import(PyObject *name)
...
...
Doc/whatsnew/3.3.rst
Dosyayı görüntüle @
7598e18b
...
@@ -1928,7 +1928,7 @@ Porting Python code
...
@@ -1928,7 +1928,7 @@ Porting Python code
updated
to
use
the
full
name
of
the
module
instead
of
just
the
tail
of
the
updated
to
use
the
full
name
of
the
module
instead
of
just
the
tail
of
the
name
.
name
.
*
The
*
*
index
*
*
argument
to
:
func
:`
__import__
`
now
defaults
to
0
instead
of
-
1
*
The
*
index
*
argument
to
:
func
:`
__import__
`
now
defaults
to
0
instead
of
-
1
and
no
longer
support
negative
values
.
It
was
an
oversight
when
:
pep
:`
328
`
was
and
no
longer
support
negative
values
.
It
was
an
oversight
when
:
pep
:`
328
`
was
implemented
that
the
default
value
remained
-
1.
If
you
need
to
continue
to
implemented
that
the
default
value
remained
-
1.
If
you
need
to
continue
to
perform
a
relative
import
followed
by
an
absolute
import
,
then
perform
the
perform
a
relative
import
followed
by
an
absolute
import
,
then
perform
the
...
@@ -1996,9 +1996,9 @@ Porting C code
...
@@ -1996,9 +1996,9 @@ Porting C code
* :c:func:`PyImport_GetMagicNumber` now returns -1 upon failure.
* :c:func:`PyImport_GetMagicNumber` now returns -1 upon failure.
* As a negative value for the *
*level*
* argument to :func:`__import__` is no
* As a negative value for the *
level
* argument to :func:`__import__` is no
longer valid, the same now holds for :c:func:`PyImport_ImportModuleLevel`.
longer valid, the same now holds for :c:func:`PyImport_ImportModuleLevel`.
This also means that the value of *
*level*
* used by
This also means that the value of *
level
* used by
:c:func:`PyImport_ImportModuleEx` is now 0 instead of -1.
:c:func:`PyImport_ImportModuleEx` is now 0 instead of -1.
...
...
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