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
cbd7b756
Kaydet (Commit)
cbd7b756
authored
May 16, 2006
tarafından
Tim Peters
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Whitespace normalization.
üst
0c8d7b0f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
bundlebuilder.py
Lib/plat-mac/bundlebuilder.py
+1
-1
idlemain.py
Mac/OSX/IDLE/idlemain.py
+2
-2
No files found.
Lib/plat-mac/bundlebuilder.py
Dosyayı görüntüle @
cbd7b756
...
@@ -150,7 +150,7 @@ class BundleBuilder(Defaults):
...
@@ -150,7 +150,7 @@ class BundleBuilder(Defaults):
bp
=
self
.
bundlepath
bp
=
self
.
bundlepath
# Create the app bundle in a temporary location and then
# Create the app bundle in a temporary location and then
# rename the completed bundle. This way the Finder will
# rename the completed bundle. This way the Finder will
# never see an incomplete bundle (where it might pick up
# never see an incomplete bundle (where it might pick up
# and cache the wrong meta data)
# and cache the wrong meta data)
self
.
bundlepath
=
bp
+
'~'
self
.
bundlepath
=
bp
+
'~'
...
...
Mac/OSX/IDLE/idlemain.py
Dosyayı görüntüle @
cbd7b756
...
@@ -2,7 +2,7 @@ import argvemulator
...
@@ -2,7 +2,7 @@ import argvemulator
from
idlelib.PyShell
import
main
from
idlelib.PyShell
import
main
import
sys
,
os
import
sys
,
os
# Make sure sys.executable points to the python interpreter inside the
# Make sure sys.executable points to the python interpreter inside the
# framework, instead of at the helper executable inside the application
# framework, instead of at the helper executable inside the application
# bundle (the latter works, but doesn't allow access to the window server)
# bundle (the latter works, but doesn't allow access to the window server)
sys
.
executable
=
os
.
path
.
join
(
sys
.
prefix
,
'bin'
,
'python'
)
sys
.
executable
=
os
.
path
.
join
(
sys
.
prefix
,
'bin'
,
'python'
)
...
@@ -16,4 +16,4 @@ for idx, value in enumerate(sys.argv):
...
@@ -16,4 +16,4 @@ for idx, value in enumerate(sys.argv):
argvemulator
.
ArgvCollector
()
.
mainloop
()
argvemulator
.
ArgvCollector
()
.
mainloop
()
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
main
()
main
()
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