Message 185804 - Python tracker
Message185804
| Author | roger.serwy |
|---|---|
| Recipients | roger.serwy |
| Date | 2013-04-02.04:05:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1364875501.06.0.573329505492.issue17614@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Like #17613, the root cause is a call to .update() in Lib/idlelib/PyShell.py .restore_file_breaks(). The attached patch fixes the issue. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-04-02 04:05:01 | roger.serwy | set | recipients: + roger.serwy |
| 2013-04-02 04:05:01 | roger.serwy | set | messageid: <1364875501.06.0.573329505492.issue17614@psf.upfronthosting.co.za> |
| 2013-04-02 04:05:01 | roger.serwy | link | issue17614 messages |
| 2013-04-02 04:05:00 | roger.serwy | create | |