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
a9e1ebb7
Kaydet (Commit)
a9e1ebb7
authored
Tem 01, 2016
tarafından
Berker Peksag
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #27430: Merge from 3.5
üst
e807e892
e39682b0
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
3.2.rst
Doc/whatsnew/3.2.rst
+1
-1
smtplib.py
Lib/smtplib.py
+1
-1
test_case.py
Lib/unittest/test/test_case.py
+1
-1
NEWS
Misc/NEWS
+1
-1
No files found.
Doc/whatsnew/3.2.rst
Dosyayı görüntüle @
a9e1ebb7
...
...
@@ -2666,7 +2666,7 @@ require changes to your code:
* The :class:`xml.etree.ElementTree` class now raises an
:exc:`xml.etree.ElementTree.ParseError` when a parse fails. Previously it
raised a :exc:`xml.parsers.expat.ExpatError`.
raised a
n
:exc:`xml.parsers.expat.ExpatError`.
* The new, longer :func:`str` value on floats may break doctests which rely on
the old output format.
...
...
Lib/smtplib.py
Dosyayı görüntüle @
a9e1ebb7
...
...
@@ -900,7 +900,7 @@ class SMTP:
the recipient addresses contain non-ASCII and the server advertises the
SMTPUTF8 capability, the policy is cloned with utf8 set to True for the
serialization, and SMTPUTF8 and BODY=8BITMIME are asserted on the send.
If the server does not support SMTPUTF8, an SM
PT
NotSupported error is
If the server does not support SMTPUTF8, an SM
TP
NotSupported error is
raised. Otherwise the generator is called without modifying the
policy.
...
...
Lib/unittest/test/test_case.py
Dosyayı görüntüle @
a9e1ebb7
...
...
@@ -339,7 +339,7 @@ class Test_TestCase(unittest.TestCase, TestEquality, TestHashing):
self
.
_check_call_order__subtests
(
result
,
events
,
expected
)
def
test_run_call_order__subtests_legacy
(
self
):
# With a legacy result object (without a addSubTest method),
# With a legacy result object (without a
n
addSubTest method),
# text execution stops after the first subtest failure.
events
=
[]
result
=
LegacyLoggingResult
(
events
)
...
...
Misc/NEWS
Dosyayı görüntüle @
a9e1ebb7
...
...
@@ -193,7 +193,7 @@ Library
-
Issue
#
26556
:
Update
expat
to
2.1.1
,
fixes
CVE
-
2015
-
1283.
- Fix TLS stripping vulnerability in sm
pt
lib, CVE-2016-0772. Reported by Team
-
Fix
TLS
stripping
vulnerability
in
sm
tp
lib
,
CVE
-
2016
-
0772.
Reported
by
Team
Oststrom
-
Issue
#
21386
:
Implement
missing
IPv4Address
.
is_global
property
.
It
was
...
...
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