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
a21e5157
Kaydet (Commit)
a21e5157
authored
Eki 06, 2012
tarafından
R David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
whatsnew updates for smtplib and collections.Counter.
üst
344174dc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
9 deletions
+16
-9
3.3.rst
Doc/whatsnew/3.3.rst
+13
-7
NEWS
Misc/NEWS
+3
-2
No files found.
Doc/whatsnew/3.3.rst
Dosyayı görüntüle @
a21e5157
...
...
@@ -1005,20 +1005,20 @@ collections
-----------
Addition
of
a
new
:
class
:`~
collections
.
ChainMap
`
class
to
allow
treating
a
number
of
mappings
as
a
single
unit
.
(
Written
by
Raymond
Hettinger
for
:
issue
:`
11089
`,
made
public
in
:
issue
:`
11297
`)
number
of
mappings
as
a
single
unit
.
(
Written
by
Raymond
Hettinger
for
:
issue
:`
11089
`,
made
public
in
:
issue
:`
11297
`)
The
abstract
base
classes
have
been
moved
in
a
new
:
mod
:`
collections
.
abc
`
module
,
to
better
differentiate
between
the
abstract
and
the
concrete
collections
classes
.
Aliases
for
ABCs
are
still
present
in
the
:
mod
:`
collections
`
module
to
preserve
existing
imports
.
(:
issue
:`
11085
`)
:
mod
:`
collections
`
module
to
preserve
existing
imports
.
(:
issue
:`
11085
`)
..
XXX
addition
of
__slots__
to
ABCs
not
recorded
here
:
internal
detail
The
:
class
:`~
collections
.
Counter
`
class
now
supports
the
unary
``+``
and
``-``
operators
,
as
well
as
the
in
-
place
operators
``+=``,
``-=``,
``|=``,
and
``&=``.
(
Contributed
by
Raymond
Hettinger
in
:
issue
:`
13121
`.)
contextlib
----------
...
...
@@ -1806,6 +1806,12 @@ Orrù and Dan Boswell. :issue:`8739`)
smtplib
-------
The :class:`~smtplib.SMTP`, :class:`~smtplib.SMTP_SSL`, and
:class:`~smtplib.LMTP` classes now accept a ``source_address`` keyword argument
to specify the ``(host, port)`` to use as the source address in the bind call
when creating the outgoing socket. (Contributed by Paulo Scardine in
:issue:`11281`.)
:class:`~smtplib.SMTP` now supports the context manager protocol, allowing an
``SMTP`` instance to be used in a ``with`` statement. (Contributed
by Giampaolo Rodolà in :issue:`11289`.)
...
...
Misc/NEWS
Dosyayı görüntüle @
a21e5157
...
...
@@ -3005,8 +3005,9 @@ Library
- Issue #12540: Prevent zombie IDLE processes on Windows due to changes
in os.kill().
- Add support for unary plus and unary minus to collections.Counter().
Issue #13121: Also add support for inplace math operators.
- Issue #13121: add support for inplace math operators to collections.Counter.
- Add support for unary plus and unary minus to collections.Counter.
- Issue #12683: urlparse updated to include svn as schemes that uses relative
paths. (svn from 1.5 onwards support relative path).
...
...
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