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
838b1339
Kaydet (Commit)
838b1339
authored
Mar 31, 2016
tarafından
Serhiy Storchaka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove redundant leading zeroes in PEP references.
üst
68822a0d
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
contextlib.rst
Doc/library/contextlib.rst
+1
-1
weakref.rst
Doc/library/weakref.rst
+1
-1
compound_stmts.rst
Doc/reference/compound_stmts.rst
+1
-1
datamodel.rst
Doc/reference/datamodel.rst
+1
-1
expressions.rst
Doc/reference/expressions.rst
+1
-1
simple_stmts.rst
Doc/reference/simple_stmts.rst
+2
-2
No files found.
Doc/library/contextlib.rst
Dosyayı görüntüle @
838b1339
...
@@ -135,7 +135,7 @@ Functions provided:
...
@@ -135,7 +135,7 @@ Functions provided:
.. seealso::
.. seealso::
:pep:`
0
343` - The "with" statement
:pep:`343` - The "with" statement
The specification, background, and examples for the Python :keyword:`with`
The specification, background, and examples for the Python :keyword:`with`
statement.
statement.
Doc/library/weakref.rst
Dosyayı görüntüle @
838b1339
...
@@ -245,7 +245,7 @@ methods of :class:`WeakKeyDictionary` objects.
...
@@ -245,7 +245,7 @@ methods of :class:`WeakKeyDictionary` objects.
.. seealso::
.. seealso::
:pep:`
0
205` - Weak References
:pep:`205` - Weak References
The proposal and rationale for this feature, including links to earlier
The proposal and rationale for this feature, including links to earlier
implementations and information about similar features in other languages.
implementations and information about similar features in other languages.
...
...
Doc/reference/compound_stmts.rst
Dosyayı görüntüle @
838b1339
...
@@ -418,7 +418,7 @@ is equivalent to ::
...
@@ -418,7 +418,7 @@ is equivalent to ::
.. seealso::
.. seealso::
:pep:`
0
343` - The "with" statement
:pep:`343` - The "with" statement
The specification, background, and examples for the Python :keyword:`with`
The specification, background, and examples for the Python :keyword:`with`
statement.
statement.
...
...
Doc/reference/datamodel.rst
Dosyayı görüntüle @
838b1339
...
@@ -2397,7 +2397,7 @@ For more information on context managers, see :ref:`typecontextmanager`.
...
@@ -2397,7 +2397,7 @@ For more information on context managers, see :ref:`typecontextmanager`.
.. seealso::
.. seealso::
:pep:`
0
343` - The "with" statement
:pep:`343` - The "with" statement
The specification, background, and examples for the Python :keyword:`with`
The specification, background, and examples for the Python :keyword:`with`
statement.
statement.
...
...
Doc/reference/expressions.rst
Dosyayı görüntüle @
838b1339
...
@@ -508,7 +508,7 @@ generator functions::
...
@@ -508,7 +508,7 @@ generator functions::
.. seealso::
.. seealso::
:pep:`
0
342` - Coroutines via Enhanced Generators
:pep:`342` - Coroutines via Enhanced Generators
The proposal to enhance the API and syntax of generators, making them usable as
The proposal to enhance the API and syntax of generators, making them usable as
simple coroutines.
simple coroutines.
...
...
Doc/reference/simple_stmts.rst
Dosyayı görüntüle @
838b1339
...
@@ -538,10 +538,10 @@ section.
...
@@ -538,10 +538,10 @@ section.
..
seealso
::
..
seealso
::
:
pep
:`
0
255
`
-
Simple
Generators
:
pep
:`
255
`
-
Simple
Generators
The
proposal
for
adding
generators
and
the
:
keyword
:`
yield
`
statement
to
Python
.
The
proposal
for
adding
generators
and
the
:
keyword
:`
yield
`
statement
to
Python
.
:
pep
:`
0
342
`
-
Coroutines
via
Enhanced
Generators
:
pep
:`
342
`
-
Coroutines
via
Enhanced
Generators
The
proposal
that
,
among
other
generator
enhancements
,
proposed
allowing
The
proposal
that
,
among
other
generator
enhancements
,
proposed
allowing
:
keyword
:`
yield
`
to
appear
inside
a
:
keyword
:`
try
`
...
:
keyword
:`
finally
`
block
.
:
keyword
:`
yield
`
to
appear
inside
a
:
keyword
:`
try
`
...
:
keyword
:`
finally
`
block
.
...
...
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