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
88ca467c
Kaydet (Commit)
88ca467c
authored
Mar 10, 2006
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Whitespace normalization.
üst
922dd7d4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
site.py
Lib/site.py
+1
-1
test_normalization.py
Lib/test/test_normalization.py
+2
-2
makeunicodedata.py
Tools/unicode/makeunicodedata.py
+1
-1
No files found.
Lib/site.py
Dosyayı görüntüle @
88ca467c
...
...
@@ -232,7 +232,7 @@ def setquit():
eof
=
'Ctrl-Z plus Return'
else
:
eof
=
'Ctrl-D (i.e. EOF)'
class
Quitter
(
object
):
def
__init__
(
self
,
name
):
self
.
name
=
name
...
...
Lib/test/test_normalization.py
Dosyayı görüntüle @
88ca467c
...
...
@@ -46,10 +46,10 @@ def test_main():
try
:
c1
,
c2
,
c3
,
c4
,
c5
=
[
unistr
(
x
)
for
x
in
line
.
split
(
';'
)[:
-
1
]]
except
RangeError
:
# Skip unsupported characters;
# Skip unsupported characters;
# try atleast adding c1 if we are in part1
if
part
==
"@Part1"
:
try
:
try
:
c1
=
unistr
(
line
.
split
(
';'
)[
0
])
except
RangeError
:
pass
...
...
Tools/unicode/makeunicodedata.py
Dosyayı görüntüle @
88ca467c
...
...
@@ -666,7 +666,7 @@ def merge_old_version(version, new, old):
new
.
changed
.
append
((
version
,
zip
(
bidir_changes
,
category_changes
,
decimal_changes
,
numeric_changes
),
normalization_changes
))
# --------------------------------------------------------------------
# the following support code is taken from the unidb utilities
...
...
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