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
26ea4a08
Kaydet (Commit)
26ea4a08
authored
Ara 08, 2012
tarafından
Éric Araujo
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove code unneeded after f833e7ec4de1
üst
5ead5549
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
config.py
Lib/distutils/config.py
+0
-5
No files found.
Lib/distutils/config.py
Dosyayı görüntüle @
26ea4a08
...
@@ -47,11 +47,6 @@ class PyPIRCCommand(Command):
...
@@ -47,11 +47,6 @@ class PyPIRCCommand(Command):
f
.
write
(
DEFAULT_PYPIRC
%
(
username
,
password
))
f
.
write
(
DEFAULT_PYPIRC
%
(
username
,
password
))
finally
:
finally
:
f
.
close
()
f
.
close
()
try
:
os
.
chmod
(
rc
,
0600
)
except
OSError
:
# should do something better here
pass
def
_read_pypirc
(
self
):
def
_read_pypirc
(
self
):
"""Reads the .pypirc file."""
"""Reads the .pypirc file."""
...
...
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