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
2ea6fccf
Kaydet (Commit)
2ea6fccf
authored
Tem 19, 2011
tarafından
Ned Deily
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #12587: Correct faulty test file and reference in test_tokenize.
(Patch by Robert Xiao)
üst
c57ed91e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
2 deletions
+6
-2
test_tokenize.py
Lib/test/test_tokenize.py
+1
-1
tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt
...tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt
+1
-1
ACKS
Misc/ACKS
+1
-0
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/test/test_tokenize.py
Dosyayı görüntüle @
2ea6fccf
...
...
@@ -649,7 +649,7 @@ class TestTokenizerAdheresToPep0263(TestCase):
return
roundtrip
(
open
(
path
,
'rb'
))
def
test_utf8_coding_cookie_and_no_utf8_bom
(
self
):
f
=
'tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt'
f
=
'tokenize_tests-utf8-coding-cookie-and-
no-
utf8-bom-sig.txt'
self
.
assertTrue
(
self
.
_testFile
(
f
))
def
test_latin1_coding_cookie_and_utf8_bom
(
self
):
...
...
Lib/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt
Dosyayı görüntüle @
2ea6fccf
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
# IMPORTANT: unlike the other test_tokenize-*.txt files, this file
# does NOT have the utf-8 BOM signature '\xef\xbb\xbf' at the start
# of it. Make sure this is not added inadvertently by your editor
...
...
Misc/ACKS
Dosyayı görüntüle @
2ea6fccf
...
...
@@ -973,6 +973,7 @@ Gordon Worley
Thomas Wouters
Heiko Wundram
Doug Wyatt
Robert Xiao
Florent Xicluna
Hirokazu Yamamoto
Ka-Ping Yee
...
...
Misc/NEWS
Dosyayı görüntüle @
2ea6fccf
...
...
@@ -81,6 +81,9 @@ C-API
Tests
-----
- Issue #12587: Correct faulty test file and reference in test_tokenize.
(Patch by Robert Xiao)
- Try harder to reap dangling threads in test.support.reap_threads().
- Issue #12573: Add resource checks for dangling Thread and Process objects.
...
...
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