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
597ba7e3
Kaydet (Commit)
597ba7e3
authored
Şub 17, 2013
tarafından
Andrew Svetlov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #17215: Fix documentation misprints (patch by July Tikhonov)
üst
1014b6c2
a60de4f1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
importlib.rst
Doc/library/importlib.rst
+1
-1
io.rst
Doc/library/io.rst
+1
-1
No files found.
Doc/library/importlib.rst
Dosyayı görüntüle @
597ba7e3
...
@@ -326,7 +326,7 @@ ABC hierarchy::
...
@@ -326,7 +326,7 @@ ABC hierarchy::
..
class
::
FileLoader
(
fullname
,
path
)
..
class
::
FileLoader
(
fullname
,
path
)
An
abstract
base
class
which
inherits
from
:
class
:`
ResourceLoader
`
and
An
abstract
base
class
which
inherits
from
:
class
:`
ResourceLoader
`
and
:
class
:`
ExecutionLoader
`,
providing
concre
a
te
implementations
of
:
class
:`
ExecutionLoader
`,
providing
concrete
implementations
of
:
meth
:`
ResourceLoader
.
get_data
`
and
:
meth
:`
ExecutionLoader
.
get_filename
`.
:
meth
:`
ResourceLoader
.
get_data
`
and
:
meth
:`
ExecutionLoader
.
get_filename
`.
The
*
fullname
*
argument
is
a
fully
resolved
name
of
the
module
the
loader
is
The
*
fullname
*
argument
is
a
fully
resolved
name
of
the
module
the
loader
is
...
...
Doc/library/io.rst
Dosyayı görüntüle @
597ba7e3
...
@@ -110,7 +110,7 @@ High-level Module Interface
...
@@ -110,7 +110,7 @@ High-level Module Interface
:func:`os.stat`) if possible.
:func:`os.stat`) if possible.
.. function:: open(file, mode='r', buffering=-1, encoding=None, errors=None, newline=None, closefd=True)
.. function:: open(file, mode='r', buffering=-1, encoding=None, errors=None, newline=None, closefd=True
, opener=None
)
This is an alias for the builtin :func:`open` function.
This is an alias for the builtin :func:`open` function.
...
...
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