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
47888da9
Kaydet (Commit)
47888da9
authored
Ara 19, 2016
tarafından
Xiang Zhang
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #29009: Merge 3.5.
üst
d4580ecb
bfbc29cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
8 deletions
+0
-8
unicode.rst
Doc/c-api/unicode.rst
+0
-4
unicodeobject.h
Include/unicodeobject.h
+0
-4
No files found.
Doc/c-api/unicode.rst
Dosyayı görüntüle @
47888da9
...
@@ -1668,10 +1668,6 @@ They all return *NULL* or ``-1`` if an exception occurs.
...
@@ -1668,10 +1668,6 @@ They all return *NULL* or ``-1`` if an exception occurs.
* :const:`Py_True` or :const:`Py_False` for successful comparisons
* :const:`Py_True` or :const:`Py_False` for successful comparisons
* :const:`Py_NotImplemented` in case the type combination is unknown
* :const:`Py_NotImplemented` in case the type combination is unknown
Note that :const:`Py_EQ` and :const:`Py_NE` comparisons can cause a
:exc:`UnicodeWarning` in case the conversion of the arguments to Unicode fails
with a :exc:`UnicodeDecodeError`.
Possible values for *op* are :const:`Py_GT`, :const:`Py_GE`, :const:`Py_EQ`,
Possible values for *op* are :const:`Py_GT`, :const:`Py_GE`, :const:`Py_EQ`,
:const:`Py_NE`, :const:`Py_LT`, and :const:`Py_LE`.
:const:`Py_NE`, :const:`Py_LT`, and :const:`Py_LE`.
...
...
Include/unicodeobject.h
Dosyayı görüntüle @
47888da9
...
@@ -2075,10 +2075,6 @@ PyAPI_FUNC(int) _PyUnicode_EqualToASCIIString(
...
@@ -2075,10 +2075,6 @@ PyAPI_FUNC(int) _PyUnicode_EqualToASCIIString(
- Py_True or Py_False for successful comparisons
- Py_True or Py_False for successful comparisons
- Py_NotImplemented in case the type combination is unknown
- Py_NotImplemented in case the type combination is unknown
Note that Py_EQ and Py_NE comparisons can cause a UnicodeWarning in
case the conversion of the arguments to Unicode fails with a
UnicodeDecodeError.
Possible values for op:
Possible values for op:
Py_GT, Py_GE, Py_EQ, Py_NE, Py_LT, Py_LE
Py_GT, Py_GE, Py_EQ, Py_NE, Py_LT, Py_LE
...
...
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