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
f8480a78
Kaydet (Commit)
f8480a78
authored
Mar 15, 2006
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Instead of relative imports, use (implicitly) absolute ones.
üst
067db489
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sysconfig.py
Lib/distutils/sysconfig.py
+1
-1
__init__.py
Lib/encodings/__init__.py
+1
-1
No files found.
Lib/distutils/sysconfig.py
Dosyayı görüntüle @
f8480a78
...
@@ -16,7 +16,7 @@ import re
...
@@ -16,7 +16,7 @@ import re
import
string
import
string
import
sys
import
sys
from
.errors
import
DistutilsPlatformError
from
distutils
.errors
import
DistutilsPlatformError
# These are needed in a couple of spots, so just compute them once.
# These are needed in a couple of spots, so just compute them once.
PREFIX
=
os
.
path
.
normpath
(
sys
.
prefix
)
PREFIX
=
os
.
path
.
normpath
(
sys
.
prefix
)
...
...
Lib/encodings/__init__.py
Dosyayı görüntüle @
f8480a78
...
@@ -29,7 +29,7 @@ Written by Marc-Andre Lemburg (mal@lemburg.com).
...
@@ -29,7 +29,7 @@ Written by Marc-Andre Lemburg (mal@lemburg.com).
"""
#"
"""
#"
import
codecs
,
types
import
codecs
,
types
from
.
import
aliases
from
encodings
import
aliases
_cache
=
{}
_cache
=
{}
_unknown
=
'--unknown--'
_unknown
=
'--unknown--'
...
...
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