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
740527ab
Kaydet (Commit)
740527ab
authored
Tem 17, 2016
tarafından
Serhiy Storchaka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issues #23147, #23148: Presumably fixed bugs in folding UnstructuredTokenList.
üst
7905f99a
6c2f1fd7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
_header_value_parser.py
Lib/email/_header_value_parser.py
+2
-2
No files found.
Lib/email/_header_value_parser.py
Dosyayı görüntüle @
740527ab
...
...
@@ -439,7 +439,7 @@ class UnstructuredTokenList(TokenList):
if
folded
.
append_if_fits
(
part
):
continue
if
part
.
has_fws
:
part
.
fold
(
folded
)
part
.
_
fold
(
folded
)
continue
# It can't be split...we just have to put it on its own line.
folded
.
append
(
tstr
)
...
...
@@ -460,7 +460,7 @@ class UnstructuredTokenList(TokenList):
last_ew
=
len
(
res
)
else
:
tl
=
get_unstructured
(
''
.
join
(
res
[
last_ew
:]
+
[
spart
]))
res
.
append
(
tl
.
as_encoded_word
())
res
.
append
(
tl
.
as_encoded_word
(
charset
))
return
''
.
join
(
res
)
...
...
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