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
bd39c03c
Kaydet (Commit)
bd39c03c
authored
Tem 03, 2006
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Only setup canvas when it is first created.
Fixes #1514703
üst
16a39327
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
turtle.py
Lib/lib-tk/turtle.py
+1
-1
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/lib-tk/turtle.py
Dosyayı görüntüle @
bd39c03c
...
@@ -679,7 +679,7 @@ class Pen(RawPen):
...
@@ -679,7 +679,7 @@ class Pen(RawPen):
_canvas
=
Tkinter
.
Canvas
(
_root
,
background
=
"white"
)
_canvas
=
Tkinter
.
Canvas
(
_root
,
background
=
"white"
)
_canvas
.
pack
(
expand
=
1
,
fill
=
"both"
)
_canvas
.
pack
(
expand
=
1
,
fill
=
"both"
)
setup
(
width
=
_width
,
height
=
_height
,
startx
=
_startx
,
starty
=
_starty
)
setup
(
width
=
_width
,
height
=
_height
,
startx
=
_startx
,
starty
=
_starty
)
RawPen
.
__init__
(
self
,
_canvas
)
RawPen
.
__init__
(
self
,
_canvas
)
...
...
Misc/NEWS
Dosyayı görüntüle @
bd39c03c
...
@@ -19,6 +19,9 @@ Core and builtins
...
@@ -19,6 +19,9 @@ Core and builtins
Library
Library
-------
-------
- Bug #1514703: Only setup canvas window in turtle when the canvas
is created.
- Bug #1513223: .close() of a _socketobj now releases the underlying
- Bug #1513223: .close() of a _socketobj now releases the underlying
socket again, which then gets closed as it becomes unreferenced.
socket again, which then gets closed as it becomes unreferenced.
...
...
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