Message156847
| Author | roger.serwy |
|---|---|
| Recipients | BreamoreBoy, asvetlov, ceball, dickmadden, gpolo, kbk, loewis, mdehoon, noamr, python-dev, roger.serwy |
| Date | 2012-03-26.18:42:28 |
| SpamBayes Score | 8.198919e-05 |
| Marked as misclassified | No |
| Message-id | <1332787349.6.0.72910167427.issue989712@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
There's a subtle bug in the currently applied patch.
import tkinter
a = tkinter.Tk()
b = tkinter.Tk()
Closing the first window will prevent closing the second window. This example may seem abstract, but it is a real issue especially when using matplotlib with multiple figures.
Attached is a patch that incorporates what IdleX uses for driving the Tk/Tcl event loop. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-03-26 18:42:29 | roger.serwy | set | recipients: + roger.serwy, loewis, kbk, mdehoon, noamr, dickmadden, ceball, gpolo, asvetlov, BreamoreBoy, python-dev |
| 2012-03-26 18:42:29 | roger.serwy | set | messageid: <1332787349.6.0.72910167427.issue989712@psf.upfronthosting.co.za> |
| 2012-03-26 18:42:29 | roger.serwy | link | issue989712 messages |
| 2012-03-26 18:42:28 | roger.serwy | create | |