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
549681c7
Kaydet (Commit)
549681c7
authored
May 22, 2013
tarafından
Serhiy Storchaka
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Sade Fark
Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs.
üst
80e1c43d
9e62d35e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
28 deletions
+29
-28
codecs.rst
Doc/library/codecs.rst
+27
-27
NEWS
Misc/NEWS
+2
-1
No files found.
Doc/library/codecs.rst
Dosyayı görüntüle @
549681c7
...
@@ -1188,33 +1188,33 @@ particular, the following variants typically exist:
...
@@ -1188,33 +1188,33 @@ particular, the following variants typically exist:
The following codecs provide bytes-to-bytes mappings.
The following codecs provide bytes-to-bytes mappings.
.. tabularcolumns:: |l|L|
.. tabularcolumns:: |l|L|
L|
+--------------------+---------------------------+
+--------------------+---------------------------+
------------------------------+
| Codec | Purpose |
| Codec | Purpose |
Encoder/decoder |
+====================+===========================+
+====================+===========================+
==============================+
| base64_codec | Convert operand to MIME |
| base64_codec | Convert operand to MIME |
:meth:`base64.b64encode`, |
| | base64 (the result always |
| | base64 (the result always |
:meth:`base64.b64decode` |
| | includes a trailing |
| | includes a trailing |
|
| | ``'\n'``) |
| | ``'\n'``) |
|
+--------------------+---------------------------+
+--------------------+---------------------------+
------------------------------+
| bz2_codec | Compress the operand |
| bz2_codec | Compress the operand |
:meth:`bz2.compress`, |
| | using bz2 |
| | using bz2 |
:meth:`bz2.decompress` |
+--------------------+---------------------------+
+--------------------+---------------------------+
------------------------------+
| hex_codec | Convert operand to |
| hex_codec | Convert operand to |
:meth:`base64.b16encode`, |
| | hexadecimal |
| | hexadecimal |
:meth:`base64.b16decode` |
| | representation, with two |
| | representation, with two |
|
| | digits per byte |
| | digits per byte |
|
+--------------------+---------------------------+
+--------------------+---------------------------+
------------------------------+
| quopri_codec | Convert operand to MIME |
| quopri_codec | Convert operand to MIME |
:meth:`quopri.encodestring`, |
| | quoted printable |
| | quoted printable |
:meth:`quopri.decodestring` |
+--------------------+---------------------------+
+--------------------+---------------------------+
------------------------------+
| uu_codec | Convert the operand using |
| uu_codec | Convert the operand using |
:meth:`uu.encode`, |
| | uuencode |
| | uuencode |
:meth:`uu.decode` |
+--------------------+---------------------------+
+--------------------+---------------------------+
------------------------------+
| zlib_codec | Compress the operand |
| zlib_codec | Compress the operand |
:meth:`zlib.compress`, |
| | using gzip |
| | using gzip |
:meth:`zlib.decompress` |
+--------------------+---------------------------+
+--------------------+---------------------------+
------------------------------+
The following codecs provide string-to-string mappings.
The following codecs provide string-to-string mappings.
...
...
Misc/NEWS
Dosyayı görüntüle @
549681c7
...
@@ -327,10 +327,11 @@ Tests
...
@@ -327,10 +327,11 @@ Tests
- Issue #17692: test_sqlite now works with unittest test discovery.
- Issue #17692: test_sqlite now works with unittest test discovery.
Patch by Zachary Ware.
Patch by Zachary Ware.
Documentation
Documentation
-------------
-------------
- Issue #17844: Add links to encoders and decoders for bytes-to-bytes codecs.
- Issue #14097: improve the "introduction" page of the tutorial.
- Issue #14097: improve the "introduction" page of the tutorial.
- Issue #17977: The documentation for the cadefault argument'
s
default
value
- Issue #17977: The documentation for the cadefault argument'
s
default
value
...
...
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