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
658c45fd
Kaydet (Commit)
658c45fd
authored
Eki 03, 2008
tarafından
Andrew M. Kuchling
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Docstring typo.
üst
c3104768
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
_codecsmodule.c
Modules/_codecsmodule.c
+1
-1
multibytecodec.c
Modules/cjkcodecs/multibytecodec.c
+1
-1
No files found.
Modules/_codecsmodule.c
Dosyayı görüntüle @
658c45fd
...
...
@@ -115,7 +115,7 @@ Decodes obj using the codec registered for encoding. encoding defaults\n\
to the default encoding. errors may be given to set a different error
\n
\
handling scheme. Default is 'strict' meaning that encoding errors raise
\n
\
a ValueError. Other possible values are 'ignore' and 'replace'
\n
\
as well as any other name registerd with codecs.register_error that is
\n
\
as well as any other name register
e
d with codecs.register_error that is
\n
\
able to handle ValueErrors."
);
static
PyObject
*
...
...
Modules/cjkcodecs/multibytecodec.c
Dosyayı görüntüle @
658c45fd
...
...
@@ -36,7 +36,7 @@ PyDoc_STRVAR(MultibyteCodec_Decode__doc__,
Decodes `string' using I, an MultibyteCodec instance. errors may be given
\n
\
to set a different error handling scheme. Default is 'strict' meaning
\n
\
that encoding errors raise a UnicodeDecodeError. Other possible values
\n
\
are 'ignore' and 'replace' as well as any other name registerd with
\n
\
are 'ignore' and 'replace' as well as any other name register
e
d with
\n
\
codecs.register_error that is able to handle UnicodeDecodeErrors."
);
static
char
*
codeckwarglist
[]
=
{
"input"
,
"errors"
,
NULL
};
...
...
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