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
dddfffed
Kaydet (Commit)
dddfffed
authored
Eyl 11, 2015
tarafından
Yury Selivanov
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
whatsnew/3.5: Fix nits
üst
fd8d52b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
3.5.rst
Doc/whatsnew/3.5.rst
+8
-8
No files found.
Doc/whatsnew/3.5.rst
Dosyayı görüntüle @
dddfffed
...
@@ -678,8 +678,8 @@ The :class:`~collections.OrderedDict` class is now implemented in C, which
...
@@ -678,8 +678,8 @@ The :class:`~collections.OrderedDict` class is now implemented in C, which
makes it 4 to 100 times faster. (Contributed by Eric Snow in :issue:`16991`.)
makes it 4 to 100 times faster. (Contributed by Eric Snow in :issue:`16991`.)
:meth:`OrderedDict.items <collections.OrderedDict.items>`,
:meth:`OrderedDict.items <collections.OrderedDict.items>`,
:meth:`OrderedDict.
item
s <collections.OrderedDict.keys>`,
:meth:`OrderedDict.
key
s <collections.OrderedDict.keys>`,
:meth:`OrderedDict.
item
s <collections.OrderedDict.values>` views now support
:meth:`OrderedDict.
value
s <collections.OrderedDict.values>` views now support
:func:`reversed` iteration.
:func:`reversed` iteration.
(Contributed by Serhiy Storchaka in :issue:`19505`.)
(Contributed by Serhiy Storchaka in :issue:`19505`.)
...
@@ -991,7 +991,7 @@ now accept an ``(address, netmask)`` tuple argument, so as to easily construct
...
@@ -991,7 +991,7 @@ now accept an ``(address, netmask)`` tuple argument, so as to easily construct
network
objects
from
existing
addresses
.
(
Contributed
by
Peter
Moody
network
objects
from
existing
addresses
.
(
Contributed
by
Peter
Moody
and
Antoine
Pitrou
in
:
issue
:`
16531
`.)
and
Antoine
Pitrou
in
:
issue
:`
16531
`.)
N
ew
:
attr
:`~
ipaddress
.
IPv4Network
.
reverse_pointer
>`
attribute
for
A
n
ew
:
attr
:`~
ipaddress
.
IPv4Network
.
reverse_pointer
>`
attribute
for
:
class
:`~
ipaddress
.
IPv4Network
`
and
:
class
:`~
ipaddress
.
IPv6Network
`
classes
:
class
:`~
ipaddress
.
IPv4Network
`
and
:
class
:`~
ipaddress
.
IPv6Network
`
classes
returns
the
name
of
the
reverse
DNS
PTR
record
.
returns
the
name
of
the
reverse
DNS
PTR
record
.
(
Contributed
by
Leon
Weber
in
:
issue
:`
20480
`.)
(
Contributed
by
Leon
Weber
in
:
issue
:`
20480
`.)
...
@@ -1450,7 +1450,7 @@ The :func:`~time.monotonic` function is now always available.
...
@@ -1450,7 +1450,7 @@ The :func:`~time.monotonic` function is now always available.
timeit
timeit
------
------
N
ew command line option ``-u`` or ``--unit=U`` can be used to specify the time
A n
ew command line option ``-u`` or ``--unit=U`` can be used to specify the time
unit for the timer output. Supported options are ``usec``, ``msec``,
unit for the timer output. Supported options are ``usec``, ``msec``,
or ``sec``. (Contributed by Julian Gindi in :issue:`18983`.)
or ``sec``. (Contributed by Julian Gindi in :issue:`18983`.)
...
@@ -1535,7 +1535,7 @@ The :mod:`unicodedata` module now uses data from `Unicode 8.0.0
...
@@ -1535,7 +1535,7 @@ The :mod:`unicodedata` module now uses data from `Unicode 8.0.0
unittest
unittest
--------
--------
N
ew command line option ``--locals`` to show local variables in
A n
ew command line option ``--locals`` to show local variables in
tracebacks. (Contributed by Robert Collins in :issue:`22936`.)
tracebacks. (Contributed by Robert Collins in :issue:`22936`.)
...
@@ -1693,15 +1693,15 @@ New encoding/decoding helper functions:
...
@@ -1693,15 +1693,15 @@ New encoding/decoding helper functions:
(Contributed by Victor Stinner in :issue:`18395`.)
(Contributed by Victor Stinner in :issue:`18395`.)
N
ew :c:func:`PyCodec_NameReplaceErrors` function to replace the unicode
A n
ew :c:func:`PyCodec_NameReplaceErrors` function to replace the unicode
encode error with ``\N{...}`` escapes.
encode error with ``\N{...}`` escapes.
(Contributed by Serhiy Storchaka in :issue:`19676`.)
(Contributed by Serhiy Storchaka in :issue:`19676`.)
New :c:func:`PyErr_FormatV`
similar to :c:func:`PyErr_Format`,
A new :c:func:`PyErr_FormatV` function
similar to :c:func:`PyErr_Format`,
but accepts a ``va_list`` argument.
but accepts a ``va_list`` argument.
(Contributed by Antoine Pitrou in :issue:`18711`.)
(Contributed by Antoine Pitrou in :issue:`18711`.)
N
ew :c:data:`PyExc_RecursionError` exception.
A n
ew :c:data:`PyExc_RecursionError` exception.
(Contributed by Georg Brandl in :issue:`19235`.)
(Contributed by Georg Brandl in :issue:`19235`.)
New :c:func:`PyModule_FromDefAndSpec`, :c:func:`PyModule_FromDefAndSpec2`,
New :c:func:`PyModule_FromDefAndSpec`, :c:func:`PyModule_FromDefAndSpec2`,
...
...
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