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
6253c2dd
Kaydet (Commit)
6253c2dd
authored
Kas 24, 2001
tarafından
Greg Ward
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Docstring typo fix.
üst
2b4d580a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
MIMEAudio.py
Lib/email/MIMEAudio.py
+1
-1
Message.py
Lib/email/Message.py
+1
-1
No files found.
Lib/email/MIMEAudio.py
Dosyayı görüntüle @
6253c2dd
...
@@ -46,7 +46,7 @@ class MIMEAudio(MIMEBase.MIMEBase):
...
@@ -46,7 +46,7 @@ class MIMEAudio(MIMEBase.MIMEBase):
_audiodata is a string containing the raw audio data. If this data
_audiodata is a string containing the raw audio data. If this data
can be decoded by the standard Python `sndhdr' module, then the
can be decoded by the standard Python `sndhdr' module, then the
subtype will be automatically included in the Content-T
Y
pe: header.
subtype will be automatically included in the Content-T
y
pe: header.
Otherwise, you can specify the specific audio subtype via the
Otherwise, you can specify the specific audio subtype via the
_subtype parameter. If _subtype is not given, and no subtype can be
_subtype parameter. If _subtype is not given, and no subtype can be
guessed, a TypeError is raised.
guessed, a TypeError is raised.
...
...
Lib/email/Message.py
Dosyayı görüntüle @
6253c2dd
...
@@ -226,7 +226,7 @@ class Message:
...
@@ -226,7 +226,7 @@ class Message:
These will be sorted in the order they appeared in the original
These will be sorted in the order they appeared in the original
message, and may contain duplicates. Any fields deleted and
message, and may contain duplicates. Any fields deleted and
re-inserted are alw
ya
s appended to the header list.
re-inserted are alw
ay
s appended to the header list.
If no such fields exist, failobj is returned (defaults to None).
If no such fields exist, failobj is returned (defaults to None).
"""
"""
...
...
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