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
d4d8ae5a
Kaydet (Commit)
d4d8ae5a
authored
Eyl 05, 2011
tarafından
Victor Stinner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #9561: packaging now writes egg-info files using UTF-8
instead of the locale encoding
üst
e01aa53e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
test_util.py
Lib/packaging/tests/test_util.py
+2
-2
NEWS
Misc/NEWS
+1
-1
No files found.
Lib/packaging/tests/test_util.py
Dosyayı görüntüle @
d4d8ae5a
...
...
@@ -946,7 +946,7 @@ class PackagingLibChecks(support.TempdirManager,
def
_distutils_pkg_info
(
self
):
tmp
=
self
.
_distutils_setup_py_pkg
()
self
.
write_file
([
tmp
,
'PKG-INFO'
],
''
)
self
.
write_file
([
tmp
,
'PKG-INFO'
],
''
,
encoding
=
'UTF-8'
)
return
tmp
def
_setup_cfg_with_no_metadata_pkg
(
self
):
...
...
@@ -971,7 +971,7 @@ class PackagingLibChecks(support.TempdirManager,
def
_pkg_info_with_no_distutils
(
self
):
tmp
=
self
.
_random_setup_py_pkg
()
self
.
write_file
([
tmp
,
'PKG-INFO'
],
''
)
self
.
write_file
([
tmp
,
'PKG-INFO'
],
''
,
encoding
=
'UTF-8'
)
return
tmp
def
_random_setup_py_pkg
(
self
):
...
...
Misc/NEWS
Dosyayı görüntüle @
d4d8ae5a
...
...
@@ -271,7 +271,7 @@ Core and Builtins
Library
-------
- Issue #9561: distutils
now reads and
writes egg-info files using UTF-8,
- Issue #9561: distutils
and packaging now
writes egg-info files using UTF-8,
instead of the locale encoding.
- Issue #8286: The distutils command sdist will print a warning message instead
...
...
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