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
70c502aa
Kaydet (Commit)
70c502aa
authored
Haz 12, 2016
tarafından
Martin Panter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix typos and English grammar in documentation and code comment
üst
d4704803
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
2.0.rst
Doc/whatsnew/2.0.rst
+1
-1
test_coroutines.py
Lib/test/test_coroutines.py
+1
-1
NEWS
Misc/NEWS
+2
-2
No files found.
Doc/whatsnew/2.0.rst
Dosyayı görüntüle @
70c502aa
...
@@ -506,7 +506,7 @@ arguments and/or a dictionary of keyword arguments. In Python 1.5 and earlier,
...
@@ -506,7 +506,7 @@ arguments and/or a dictionary of keyword arguments. In Python 1.5 and earlier,
you'd use the :func:`apply` built-in function: ``apply(f, args, kw)`` calls the
you'd use the :func:`apply` built-in function: ``apply(f, args, kw)`` calls the
function :func:`f` with the argument tuple *args* and the keyword arguments in
function :func:`f` with the argument tuple *args* and the keyword arguments in
the dictionary *kw*. :func:`apply` is the same in 2.0, but thanks to a patch
the dictionary *kw*. :func:`apply` is the same in 2.0, but thanks to a patch
from Greg Ewing, ``f(*args, **kw)``
a
s a shorter and clearer way to achieve the
from Greg Ewing, ``f(*args, **kw)``
i
s a shorter and clearer way to achieve the
same effect. This syntax is symmetrical with the syntax for defining
same effect. This syntax is symmetrical with the syntax for defining
functions::
functions::
...
...
Lib/test/test_coroutines.py
Dosyayı görüntüle @
70c502aa
...
@@ -1423,7 +1423,7 @@ class CoroutineTest(unittest.TestCase):
...
@@ -1423,7 +1423,7 @@ class CoroutineTest(unittest.TestCase):
with
warnings
.
catch_warnings
():
with
warnings
.
catch_warnings
():
warnings
.
simplefilter
(
"error"
)
warnings
.
simplefilter
(
"error"
)
# Test that __aiter__ that returns an asyncronous iterator
# Test that __aiter__ that returns an async
h
ronous iterator
# directly does not throw any warnings.
# directly does not throw any warnings.
run_async
(
main
())
run_async
(
main
())
self
.
assertEqual
(
I
,
111011
)
self
.
assertEqual
(
I
,
111011
)
...
...
Misc/NEWS
Dosyayı görüntüle @
70c502aa
...
@@ -2215,8 +2215,8 @@ Library
...
@@ -2215,8 +2215,8 @@ Library
writer
failed
in
BufferedRWPair
.
close
().
writer
failed
in
BufferedRWPair
.
close
().
-
Issue
#
23622
:
Unknown
escapes
in
regular
expressions
that
consist
of
``
'\'
``
-
Issue
#
23622
:
Unknown
escapes
in
regular
expressions
that
consist
of
``
'\'
``
and
ASCII
letter
now
raise
a
deprecation
warning
and
will
be
forbidden
i
n
and
an
ASCII
letter
now
raise
a
deprecation
warning
and
will
be
forbidde
n
Python
3.6
.
in
Python
3.6
.
-
Issue
#
23671
:
string
.
Template
now
allows
specifying
the
"self"
parameter
as
-
Issue
#
23671
:
string
.
Template
now
allows
specifying
the
"self"
parameter
as
a
keyword
argument
.
string
.
Formatter
now
allows
specifying
the
"self"
and
a
keyword
argument
.
string
.
Formatter
now
allows
specifying
the
"self"
and
...
...
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