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
0e5eba25
Kaydet (Commit)
0e5eba25
authored
Eki 31, 2015
tarafından
Martin Panter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix more typos in whatsnew/3.5.rst
üst
4827e488
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
3.5.rst
Doc/whatsnew/3.5.rst
+4
-4
No files found.
Doc/whatsnew/3.5.rst
Dosyayı görüntüle @
0e5eba25
...
@@ -860,7 +860,7 @@ The :class:`~collections.deque` class now defines
...
@@ -860,7 +860,7 @@ The :class:`~collections.deque` class now defines
:meth:`~collections.deque.copy`, as well as supports ``+`` and ``*`` operators.
:meth:`~collections.deque.copy`, as well as supports ``+`` and ``*`` operators.
This allows deques to be recognized as a :class:`~collections.abc.MutableSequence`
This allows deques to be recognized as a :class:`~collections.abc.MutableSequence`
and improves their substitutability for lists.
and improves their substitutability for lists.
(Contributed by Raymond Hettinger :issue:`23704`.)
(Contributed by Raymond Hettinger
in
:issue:`23704`.)
Docstrings produced by :func:`~collections.namedtuple` can now be updated::
Docstrings produced by :func:`~collections.namedtuple` can now be updated::
...
@@ -889,7 +889,7 @@ of :class:`tuple`, :class:`list`, etc.
...
@@ -889,7 +889,7 @@ of :class:`tuple`, :class:`list`, etc.
A new :class:`~collections.abc.Generator` abstract base class. (Contributed
A new :class:`~collections.abc.Generator` abstract base class. (Contributed
by Stefan Behnel in :issue:`24018`.)
by Stefan Behnel in :issue:`24018`.)
New :class:`~collections.abc.Awaitable` :class:`~collections.abc.Coroutine`,
New :class:`~collections.abc.Awaitable`
,
:class:`~collections.abc.Coroutine`,
:class:`~collections.abc.AsyncIterator`, and
:class:`~collections.abc.AsyncIterator`, and
:class:`~collections.abc.AsyncIterable` abstract base classes.
:class:`~collections.abc.AsyncIterable` abstract base classes.
(Contributed by Yury Selivanov in :issue:`24184`.)
(Contributed by Yury Selivanov in :issue:`24184`.)
...
@@ -1727,7 +1727,7 @@ the TLS handshake.
...
@@ -1727,7 +1727,7 @@ the TLS handshake.
The
new
The
new
:
meth
:`
SSLSocket
.
selected_alpn_protocol
()
<
ssl
.
SSLSocket
.
selected_alpn_protocol
>`
:
meth
:`
SSLSocket
.
selected_alpn_protocol
()
<
ssl
.
SSLSocket
.
selected_alpn_protocol
>`
returns
the
protocol
that
was
selected
during
the
TLS
handshake
.
returns
the
protocol
that
was
selected
during
the
TLS
handshake
.
:
data
:`~
ssl
.
HAS_ALPN
`
flag
indicates
whether
A
PL
N
support
is
present
.
:
data
:`~
ssl
.
HAS_ALPN
`
flag
indicates
whether
A
LP
N
support
is
present
.
Other
Changes
Other
Changes
...
@@ -1782,7 +1782,7 @@ subprocess
...
@@ -1782,7 +1782,7 @@ subprocess
----------
----------
The new :func:`~subprocess.run` function has been added.
The new :func:`~subprocess.run` function has been added.
It runs the specified command and
and
returns a
It runs the specified command and returns a
:class:`~subprocess.CompletedProcess` object, which describes a finished
:class:`~subprocess.CompletedProcess` object, which describes a finished
process. The new API is more consistent and is the recommended approach
process. The new API is more consistent and is the recommended approach
to invoking subprocesses in Python code that does not need to maintain
to invoking subprocesses in Python code that does not need to maintain
...
...
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