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
d92e871a
Kaydet (Commit)
d92e871a
authored
Eki 03, 2007
tarafından
Mark Summerfield
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added note in footnote about string comparisons about
unicodedata.normalize().
üst
be6c7ba7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
expressions.rst
Doc/reference/expressions.rst
+3
-2
No files found.
Doc/reference/expressions.rst
Dosyayı görüntüle @
d92e871a
...
@@ -1330,9 +1330,10 @@ groups from right to left).
...
@@ -1330,9 +1330,10 @@ groups from right to left).
.. [#] While comparisons between unicode strings make sense at the byte
.. [#] While comparisons between unicode strings make sense at the byte
level, they may be counter-intuitive to users. For example, the
level, they may be counter-intuitive to users. For example, the
strings ``u"\u00C7"`` and ``u"\u0
327\u0043
"`` compare differently,
strings ``u"\u00C7"`` and ``u"\u0
043\u0327
"`` compare differently,
even though they both represent the same unicode character (LATIN
even though they both represent the same unicode character (LATIN
CAPTITAL LETTER C WITH CEDILLA).
CAPTITAL LETTER C WITH CEDILLA). To compare strings in a human
recognizable way, compare using :func:`unicodedata.normalize`.
.. [#] The implementation computes this efficiently, without constructing lists or
.. [#] The implementation computes this efficiently, without constructing lists or
sorting.
sorting.
...
...
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