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
c0ef607c
Kaydet (Commit)
c0ef607c
authored
Haz 11, 2017
tarafından
terryjreedy
Kaydeden (comit)
GitHub
Haz 11, 2017
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
[3.6] bpo-30166: backport pyshell changes (GH 1293) (#2098)
(cherry-pick IDLE pyshell change from
7e4db2f2
)
üst
556cddba
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
pyshell.py
Lib/idlelib/pyshell.py
+6
-5
No files found.
Lib/idlelib/pyshell.py
Dosyayı görüntüle @
c0ef607c
...
...
@@ -18,12 +18,10 @@ if TkVersion < 8.5:
raise
SystemExit
(
1
)
from
code
import
InteractiveInterpreter
import
getopt
import
io
import
linecache
import
os
import
os.path
from
platform
import
python_version
,
system
from
platform
import
python_version
import
re
import
socket
import
subprocess
...
...
@@ -32,14 +30,12 @@ import time
import
tokenize
import
warnings
from
idlelib
import
testing
# bool value
from
idlelib.colorizer
import
ColorDelegator
from
idlelib.config
import
idleConf
from
idlelib
import
debugger
from
idlelib
import
debugger_r
from
idlelib.editor
import
EditorWindow
,
fixwordbreaks
from
idlelib.filelist
import
FileList
from
idlelib
import
macosx
from
idlelib.outwin
import
OutputWindow
from
idlelib
import
rpc
from
idlelib.run
import
idle_formatwarning
,
PseudoInputFile
,
PseudoOutputFile
...
...
@@ -1372,6 +1368,11 @@ echo "import sys; print(sys.argv)" | idle - "foobar"
"""
def
main
():
import
getopt
from
platform
import
system
from
idlelib
import
testing
# bool value
from
idlelib
import
macosx
global
flist
,
root
,
use_subprocess
capture_warnings
(
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