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
301e9566
Kaydet (Commit)
301e9566
authored
Ara 28, 2010
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #8966: Remove the documentation of ctypes.set_conversion_mode()
Function removed by r83195.
üst
92be9396
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
ctypes.rst
Doc/library/ctypes.rst
+0
-16
No files found.
Doc/library/ctypes.rst
Dosyayı görüntüle @
301e9566
...
...
@@ -1930,22 +1930,6 @@ Utility functions
but it is possible to enlarge the buffer.
.. function:: set_conversion_mode(encoding, errors)
This function sets the rules that ctypes objects use when converting between
bytes objects and (unicode) strings. *encoding* must be a string specifying an
encoding, like ``'utf-8'`` or ``'mbcs'``, *errors* must be a string specifying
the error handling on encoding/decoding errors. Examples of possible values are
``'strict'``, ``'replace'``, or ``'ignore'``.
:func:`set_conversion_mode` returns a 2-tuple containing the previous
conversion rules. On windows, the initial conversion rules are ``('mbcs',
'ignore')``, on other systems ``('ascii', 'strict')``.
You can set the *encoding* to ``'undefined'`` to completely disable automatic
conversions.
.. function:: set_errno(value)
Set the current value of the ctypes-private copy of the system :data:`errno`
...
...
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