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
d1d9a890
Kaydet (Commit)
d1d9a890
authored
Agu 28, 2007
tarafından
Collin Winter
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Kill lingering docs references to UnicodeType.
üst
2befd247
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
8 deletions
+1
-8
concrete.rst
Doc/c-api/concrete.rst
+1
-1
types.rst
Doc/library/types.rst
+0
-7
No files found.
Doc/c-api/concrete.rst
Dosyayı görüntüle @
d1d9a890
...
@@ -1000,7 +1000,7 @@ this in mind when writing extensions or interfaces.
...
@@ -1000,7 +1000,7 @@ this in mind when writing extensions or interfaces.
.. cvar:: PyTypeObject PyUnicode_Type
.. cvar:: PyTypeObject PyUnicode_Type
This instance of :ctype:`PyTypeObject` represents the Python Unicode type. It
This instance of :ctype:`PyTypeObject` represents the Python Unicode type. It
is exposed to Python code as ``
unicode`` and ``types.UnicodeType
``.
is exposed to Python code as ``
str
``.
The following APIs are really C macros and can be used to do fast checks and to
The following APIs are really C macros and can be used to do fast checks and to
access internal read-only data of Unicode objects:
access internal read-only data of Unicode objects:
...
...
Doc/library/types.rst
Dosyayı görüntüle @
d1d9a890
...
@@ -85,13 +85,6 @@ The module defines the following names:
...
@@ -85,13 +85,6 @@ The module defines the following names:
:class:`str`.
:class:`str`.
.. data:: UnicodeType
The type of Unicode character strings (e.g. ``u'Spam'``). This is not defined
if Python was built without Unicode support. It's an alias of the built-in
:class:`unicode`.
.. data:: TupleType
.. data:: TupleType
The type of tuples (e.g. ``(1, 2, 3, 'Spam')``); alias of the built-in
The type of tuples (e.g. ``(1, 2, 3, 'Spam')``); alias of the built-in
...
...
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