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
9bcaa37e
Kaydet (Commit)
9bcaa37e
authored
Ara 10, 2016
tarafından
Martin Panter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #28820: Merge typo fixes from 3.6
üst
e5a0946a
186b2049
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
urllib2.rst
Doc/howto/urllib2.rst
+1
-1
modules.rst
Doc/tutorial/modules.rst
+1
-1
abstract.c
Objects/abstract.c
+1
-1
No files found.
Doc/howto/urllib2.rst
Dosyayı görüntüle @
9bcaa37e
...
@@ -578,7 +578,7 @@ Footnotes
...
@@ -578,7 +578,7 @@ Footnotes
This document was reviewed and revised by John Lee.
This document was reviewed and revised by John Lee.
.. [#] Google for example.
.. [#] Google for example.
.. [#] Browser sniffing is a very bad practi
s
e for website design - building
.. [#] Browser sniffing is a very bad practi
c
e for website design - building
sites using web standards is much more sensible. Unfortunately a lot of
sites using web standards is much more sensible. Unfortunately a lot of
sites still send different versions to different browsers.
sites still send different versions to different browsers.
.. [#] The user agent for MSIE 6 is
.. [#] The user agent for MSIE 6 is
...
...
Doc/tutorial/modules.rst
Dosyayı görüntüle @
9bcaa37e
...
@@ -501,7 +501,7 @@ when the ``from...import`` statement is executed. (This also works when
...
@@ -501,7 +501,7 @@ when the ``from...import`` statement is executed. (This also works when
``
__all__
``
is
defined
.)
``
__all__
``
is
defined
.)
Although
certain
modules
are
designed
to
export
only
names
that
follow
certain
Although
certain
modules
are
designed
to
export
only
names
that
follow
certain
patterns
when
you
use
``
import
*``,
it
is
still
considered
bad
practi
s
e
in
patterns
when
you
use
``
import
*``,
it
is
still
considered
bad
practi
c
e
in
production
code
.
production
code
.
Remember
,
there
is
nothing
wrong
with
using
``
from
Package
import
Remember
,
there
is
nothing
wrong
with
using
``
from
Package
import
...
...
Objects/abstract.c
Dosyayı görüntüle @
9bcaa37e
...
@@ -2331,7 +2331,7 @@ exit:
...
@@ -2331,7 +2331,7 @@ exit:
return
result
;
return
result
;
}
}
/* Positional arguments are obj followed args:
/* Positional arguments are obj followed
by
args:
call callable(obj, *args, **kwargs) */
call callable(obj, *args, **kwargs) */
PyObject
*
PyObject
*
_PyObject_Call_Prepend
(
PyObject
*
callable
,
_PyObject_Call_Prepend
(
PyObject
*
callable
,
...
...
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