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
7592d051
Kaydet (Commit)
7592d051
authored
Eki 26, 2011
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix the issue number of my cp65001 commit: 13247 => issue #13216
üst
2f3ca9f2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
3.3.rst
Doc/whatsnew/3.3.rst
+1
-1
NEWS
Misc/NEWS
+1
-1
No files found.
Doc/whatsnew/3.3.rst
Dosyayı görüntüle @
7592d051
...
...
@@ -225,7 +225,7 @@ The :mod:`~encodings.mbcs` codec has be rewritten to handle correclty
:mod:`~encodings.mbcs` codec is now supporting all error handlers, instead of
only ``replace`` to encode and ``ignore`` to decode.
A new Windows-only codec has been added: ``cp65001`` (:issue:`132
47
`). It is
A new Windows-only codec has been added: ``cp65001`` (:issue:`132
16
`). It is
the Windows code page 65001 (Windows UTF-8, ``CP_UTF8``). For example, it is
used by ``sys.stdout`` if the console output code page is set to cp65001 (e.g.
using ``chcp 65001`` command).
...
...
Misc/NEWS
Dosyayı görüntüle @
7592d051
...
...
@@ -341,7 +341,7 @@ Core and Builtins
Library
-------
-
Issue
#
132
47
:
Add
cp65001
codec
,
the
Windows
UTF
-
8
(
CP_UTF8
).
-
Issue
#
132
16
:
Add
cp65001
codec
,
the
Windows
UTF
-
8
(
CP_UTF8
).
-
Issue
#
13226
:
Add
RTLD_xxx
constants
to
the
os
module
.
These
constants
can
be
used
with
sys
.
setdlopenflags
().
...
...
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