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
e66675b8
Kaydet (Commit)
e66675b8
authored
Ock 27, 2003
tarafından
Kurt B. Kaiser
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Whitespace normalization.
Modified Files: Bindings.py configHandler.py configHelpSourceEdit.py
üst
fd0b00e0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Bindings.py
Lib/idlelib/Bindings.py
+1
-1
configHandler.py
Lib/idlelib/configHandler.py
+2
-2
configHelpSourceEdit.py
Lib/idlelib/configHelpSourceEdit.py
+1
-1
No files found.
Lib/idlelib/Bindings.py
Dosyayı görüntüle @
e66675b8
...
...
@@ -75,7 +75,7 @@ menudefs = [
]),
(
'help'
,
[
(
'_About IDLE'
,
'<<about-idle>>'
),
(
'IDLE _Readme'
,
'<<view-readme>>'
),
(
'IDLE _Readme'
,
'<<view-readme>>'
),
None
,
(
'_IDLE Help'
,
'<<help>>'
),
(
'Python _Docs'
,
'<<python-docs>>'
),
...
...
Lib/idlelib/configHandler.py
Dosyayı görüntüle @
e66675b8
...
...
@@ -4,7 +4,7 @@ Refer to the comments at the beginning of config-main.def for a description of
the available configuration files and the design implemented to update user
configuration information. In particular, user configuration choices which
duplicate the defaults will be removed from the user's configuration files,
and if a file becomes empty, it will be deleted.
and if a file becomes empty, it will be deleted.
The contents of the user files may be altered using the Options/Configure IDLE
menu to access the configuration GUI (configDialog.py), or manually.
...
...
@@ -570,7 +570,7 @@ class IdleConf:
def
GetExtraHelpSourceList
(
self
,
configSet
):
"""Fetch list of extra help sources from a given configSet.
Valid configSets are 'user' or 'default'. Return a list of tuples of
the form (menu_item , path_to_help_file , option), or return the empty
list. 'option' is the sequence number of the help resource. 'option'
...
...
Lib/idlelib/configHelpSourceEdit.py
Dosyayı görüntüle @
e66675b8
...
...
@@ -94,7 +94,7 @@ class GetHelpSourceDialog(Toplevel):
file
=
opendialog
.
show
(
initialdir
=
dir
,
initialfile
=
base
)
if
file
:
self
.
path
.
set
(
file
)
def
MenuOk
(
self
):
"Simple validity check for a sensible menu item name"
menuOk
=
True
...
...
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