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
6954e343
Kaydet (Commit)
6954e343
authored
Eyl 09, 1997
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added old-exceptions and no-site-python preferences and upped version
to 4.
üst
c6bb281c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
pythonprefs.py
Mac/Lib/pythonprefs.py
+6
-4
No files found.
Mac/Lib/pythonprefs.py
Dosyayı görüntüle @
6954e343
...
...
@@ -16,14 +16,14 @@ OVERRIDE_POPT_ID = 129
OVERRIDE_GUSI_ID
=
10241
# version
CUR_VERSION
=
3
CUR_VERSION
=
4
preffilename
=
PstringLoader
(
AnyResLoader
(
'STR '
,
resname
=
PREFNAME_NAME
))
.
load
()
pref_fss
=
preferencefile
(
preffilename
,
'Pyth'
,
'pref'
)
class
PoptLoader
(
VersionLoader
):
def
__init__
(
self
,
loader
):
VersionLoader
.
__init__
(
self
,
"bbbbbbbbbb"
,
loader
)
VersionLoader
.
__init__
(
self
,
"bbbbbbbbbb
bb
"
,
loader
)
def
versioncheck
(
self
,
data
):
if
data
[
0
]
==
CUR_VERSION
:
...
...
@@ -89,7 +89,8 @@ class PythonOptions:
flags
=
self
.
popt
.
load
()
dict
[
'version'
],
dict
[
'inspect'
],
dict
[
'verbose'
],
dict
[
'optimize'
],
\
dict
[
'unbuffered'
],
dict
[
'debugging'
],
dict
[
'keepopen'
],
dict
[
'keeperror'
],
\
dict
[
'nointopt'
],
dict
[
'noargs'
]
=
flags
dict
[
'nointopt'
],
dict
[
'noargs'
],
dict
[
'oldexc'
],
\
dict
[
'nosite'
]
=
flags
return
dict
def
save
(
self
,
dict
):
...
...
@@ -99,7 +100,8 @@ class PythonOptions:
self
.
gusi
.
save
((
dict
[
'creator'
],
dict
[
'type'
],
dict
[
'delayconsole'
]))
flags
=
dict
[
'version'
],
dict
[
'inspect'
],
dict
[
'verbose'
],
dict
[
'optimize'
],
\
dict
[
'unbuffered'
],
dict
[
'debugging'
],
dict
[
'keepopen'
],
dict
[
'keeperror'
],
\
dict
[
'nointopt'
],
dict
[
'noargs'
]
dict
[
'nointopt'
],
dict
[
'noargs'
],
dict
[
'oldexc'
],
\
dict
[
'nosite'
]
self
.
popt
.
save
(
flags
)
def
AppletOptions
(
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