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
e350c840
Kaydet (Commit)
e350c840
authored
Kas 18, 2006
tarafından
Martin v. Löwis
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Patch #1594554: Always close a tkSimpleDialog on ok(), even
if an exception occurs.
üst
ce9212f0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
tkSimpleDialog.py
Lib/lib-tk/tkSimpleDialog.py
+4
-3
NEWS
Misc/NEWS
+3
-0
No files found.
Lib/lib-tk/tkSimpleDialog.py
Dosyayı görüntüle @
e350c840
...
@@ -129,9 +129,10 @@ class Dialog(Toplevel):
...
@@ -129,9 +129,10 @@ class Dialog(Toplevel):
self
.
withdraw
()
self
.
withdraw
()
self
.
update_idletasks
()
self
.
update_idletasks
()
self
.
apply
()
try
:
self
.
apply
()
self
.
cancel
()
finally
:
self
.
cancel
()
def
cancel
(
self
,
event
=
None
):
def
cancel
(
self
,
event
=
None
):
...
...
Misc/NEWS
Dosyayı görüntüle @
e350c840
...
@@ -103,6 +103,9 @@ Extension Modules
...
@@ -103,6 +103,9 @@ Extension Modules
Library
Library
-------
-------
-
Patch
#
1594554
:
Always
close
a
tkSimpleDialog
on
ok
(),
even
if
an
exception
occurs
.
-
Patch
#
1538878
:
Don
't make tkSimpleDialog dialogs transient if
-
Patch
#
1538878
:
Don
't make tkSimpleDialog dialogs transient if
the parent window is withdrawn.
the parent window is withdrawn.
...
...
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