This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2013年06月17日 14:59 by brett.cannon, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg191344 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2013年06月17日 14:59 | |
Both idlelib.run and idlelib.PyShell replace warning.formatwarning which is a no-no. Only warning.showwarning is design to be replaced in any way. The proper solution is to replace warnings.showwarning with code that calls whatever formatting function you provide. |
|||
| msg191960 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2013年06月27日 19:01 | |
See #18101 for patch that will fix this also. |
|||
| msg192027 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2013年06月29日 03:53 | |
New changeset c15d0baac3d6 by Terry Jan Reedy in branch '3.3': Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop http://hg.python.org/cpython/rev/c15d0baac3d6 New changeset 89e0d33cb978 by Terry Jan Reedy in branch '2.7': Issue *18081, #18242: Change Idle warnings capture in PyShell and run to stop http://hg.python.org/cpython/rev/89e0d33cb978 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:47 | admin | set | github: 62442 |
| 2013年06月29日 03:55:16 | terry.reedy | set | status: open -> closed resolution: fixed stage: needs patch -> resolved |
| 2013年06月29日 03:53:42 | python-dev | set | nosy:
+ python-dev messages: + msg192027 |
| 2013年06月27日 19:01:56 | terry.reedy | set | messages: + msg191960 |
| 2013年06月27日 19:01:27 | terry.reedy | set | messages: - msg191926 |
| 2013年06月27日 01:15:49 | terry.reedy | set | messages: + msg191926 |
| 2013年06月26日 18:50:48 | terry.reedy | set | assignee: terry.reedy versions: + Python 2.7, Python 3.3 |
| 2013年06月17日 20:24:22 | serhiy.storchaka | set | nosy:
+ terry.reedy, kbk, roger.serwy |
| 2013年06月17日 18:59:16 | Arfrever | set | nosy:
+ Arfrever |
| 2013年06月17日 14:59:33 | brett.cannon | link | issue18081 dependencies |
| 2013年06月17日 14:59:20 | brett.cannon | create | |