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
81982566
Kaydet (Commit)
81982566
authored
Ock 04, 2010
tarafından
Ezio Melotti
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fixed markup errors
üst
3694366a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
readline.rst
Doc/library/readline.rst
+1
-1
runpy.rst
Doc/library/runpy.rst
+1
-1
2.7.rst
Doc/whatsnew/2.7.rst
+1
-1
No files found.
Doc/library/readline.rst
Dosyayı görüntüle @
81982566
...
@@ -14,7 +14,7 @@ made using this module affect the behaviour of both the interpreter's
...
@@ -14,7 +14,7 @@ made using this module affect the behaviour of both the interpreter's
interactive prompt and the prompts offered by the :func:`raw_input` and
interactive prompt and the prompts offered by the :func:`raw_input` and
:func:`input` built-in functions.
:func:`input` built-in functions.
..note::
..
note::
On MacOS X the :mod:`readline` module can be implemented using
On MacOS X the :mod:`readline` module can be implemented using
the ``libedit`` library instead of GNU readline.
the ``libedit`` library instead of GNU readline.
...
...
Doc/library/runpy.rst
Dosyayı görüntüle @
81982566
...
@@ -45,7 +45,7 @@ The :mod:`runpy` module provides two functions:
...
@@ -45,7 +45,7 @@ The :mod:`runpy` module provides two functions:
``
__file__
``
is
set
to
the
name
provided
by
the
module
loader
.
If
the
``
__file__
``
is
set
to
the
name
provided
by
the
module
loader
.
If
the
loader
does
not
make
filename
information
available
,
this
variable
is
set
loader
does
not
make
filename
information
available
,
this
variable
is
set
to
`
:
const
:`
None
`.
to
:
const
:`
None
`.
``
__loader__
``
is
set
to
the
PEP
302
module
loader
used
to
retrieve
the
``
__loader__
``
is
set
to
the
PEP
302
module
loader
used
to
retrieve
the
code
for
the
module
(
This
loader
may
be
a
wrapper
around
the
standard
code
for
the
module
(
This
loader
may
be
a
wrapper
around
the
standard
...
...
Doc/whatsnew/2.7.rst
Dosyayı görüntüle @
81982566
...
@@ -750,7 +750,7 @@ changes, or look through the Subversion logs for all the details.
...
@@ -750,7 +750,7 @@ changes, or look through the Subversion logs for all the details.
global site-packages directories, and
global site-packages directories, and
:func:`getusersitepackages` returns the path of the user's
:func:`getusersitepackages` returns the path of the user's
site-packages directory.
site-packages directory.
:func:`getuserbase` returns the value of the :envvar:`
`USER_BASE`
`
:func:`getuserbase` returns the value of the :envvar:`
USER_BASE
`
environment variable, giving the path to a directory that can be used
environment variable, giving the path to a directory that can be used
to store data.
to store data.
(Contributed by Tarek Ziade; :issue:`6693`.)
(Contributed by Tarek Ziade; :issue:`6693`.)
...
...
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