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
c4c7b1cc
Kaydet (Commit)
c4c7b1cc
authored
Mar 08, 2014
tarafından
R David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
whatsnew: cp273 codec (#10907797)
Also updated the docs and added the aliases mentioned by the references.
üst
6b5284fd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
codecs.rst
Doc/library/codecs.rst
+4
-0
3.4.rst
Doc/whatsnew/3.4.rst
+3
-0
aliases.py
Lib/encodings/aliases.py
+5
-0
No files found.
Doc/library/codecs.rst
Dosyayı görüntüle @
c4c7b1cc
...
...
@@ -971,6 +971,10 @@ particular, the following variants typically exist:
+-----------------+--------------------------------+--------------------------------+
| cp037 | IBM037, IBM039 | English |
+-----------------+--------------------------------+--------------------------------+
| cp273 | 273, IBM273, csIBM273 | German |
| | | |
| | | .. versionadded:: 3.4 |
+-----------------+--------------------------------+--------------------------------+
| cp424 | EBCDIC-CP-HE, IBM424 | Hebrew |
+-----------------+--------------------------------+--------------------------------+
| cp437 | 437, IBM437 | English |
...
...
Doc/whatsnew/3.4.rst
Dosyayı görüntüle @
c4c7b1cc
...
...
@@ -364,6 +364,9 @@ Some smaller changes made to the core Python language are:
Contributed by Victor Stinner, Kang-Hao (Kenny) Lu and Serhiy Storchaka in
:issue:`12892`.
* New EBCDIC :ref:`codec <standard-encodings>` ``cp273``. (Contributed by
Michael Bierenfeld and Andrew Kuchling in :issue:`1097797`.)
New Modules
...
...
Lib/encodings/aliases.py
Dosyayı görüntüle @
c4c7b1cc
...
...
@@ -109,6 +109,11 @@ aliases = {
'1258'
:
'cp1258'
,
'windows_1258'
:
'cp1258'
,
# cp273 codec
'273'
:
'cp273'
,
'ibm273'
:
'cp273'
,
'csibm273'
:
'cp273'
,
# cp424 codec
'424'
:
'cp424'
,
'csibm424'
:
'cp424'
,
...
...
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