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
740d6b6f
Kaydet (Commit)
740d6b6f
authored
Agu 31, 2013
tarafından
Terry Jan Reedy
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #12037: Fix test_email for desktop Windows.
üst
31e4d325
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
test_email.py
Lib/test/test_email/test_email.py
+2
-2
NEWS
Misc/NEWS
+2
-0
No files found.
Lib/test/test_email/test_email.py
Dosyayı görüntüle @
740d6b6f
...
...
@@ -180,8 +180,8 @@ class TestMessageAPI(TestEmailBase):
def
test_byte_message_rfc822_only
(
self
):
# Make sure new bytes header parser also passes this.
with
openfile
(
'msg_46.txt'
,
'rb'
)
as
fp
:
msgdata
=
fp
.
read
()
with
openfile
(
'msg_46.txt'
)
as
fp
:
msgdata
=
fp
.
read
()
.
encode
(
'ascii'
)
parser
=
email
.
parser
.
BytesHeaderParser
()
msg
=
parser
.
parsebytes
(
msgdata
)
out
=
BytesIO
()
...
...
Misc/NEWS
Dosyayı görüntüle @
740d6b6f
...
...
@@ -314,6 +314,8 @@ IDLE
Tests
-----
- Issue #12037: Fix test_email for desktop Windows.
- Issue #15507: test_subprocess'
s
test_send_signal
could
fail
if
the
test
runner
were
run
in
an
environment
where
the
process
inherited
an
ignore
setting
for
SIGINT
.
Restore
the
SIGINT
handler
to
the
desired
...
...
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