[issue33905] IDLE: stackbrowser.Stackbrowser should accept exception.

2018-06-21 Thread miss-islington
miss-islington added the comment: New changeset d554414d981a8bfe38cc5df5751bc3efcb0c36c3 by Miss Islington (bot) in branch '3.7': bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852) https://github.com/python/cpython/commit/d554414d981a8bfe38cc5df5751bc3efcb0c36c3 --

[issue33905] IDLE: stackbrowser.Stackbrowser should accept exception.

2018-06-21 Thread miss-islington
miss-islington added the comment: New changeset a0622f1071164bc67a307cfec1173c295901c4b9 by Miss Islington (bot) in branch '3.6': bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852) https://github.com/python/cpython/commit/a0622f1071164bc67a307cfec1173c295901c4b9 --

[issue33905] IDLE: stackbrowser.Stackbrowser should accept exception.

2018-06-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +7465 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33905] IDLE: stackbrowser.Stackbrowser should accept exception.

2018-06-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +7464 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33905] IDLE: stackbrowser.Stackbrowser should accept exception.

2018-06-21 Thread Terry J. Reedy
New submission from Terry J. Reedy : New changeset bcd3a1a18d841338f57c39f6a7de8cf14d0c3e03 by Terry Jan Reedy in branch 'master': bpo-33905: Add test for idlelib.stackview.StackBrowser. (GH-7852) https://github.com/python/cpython/commit/bcd3a1a18d841338f57c39f6a7de8cf14d0c3e03 --

[issue33905] IDLE: stackbrowser.Stackbrowser should accept exception.

2018-06-21 Thread Terry J. Reedy
Change by Terry J. Reedy : -- keywords: +patch pull_requests: +7463 stage: test needed -> patch review ___ Python tracker ___ ___

[issue33905] IDLE: stackbrowser.Stackbrowser should accept exception.

2018-06-21 Thread Terry J. Reedy
Change by Terry J. Reedy : -- Removed message: https://bugs.python.org/msg320028 ___ Python tracker ___ ___ Python-bugs-list

[issue33905] IDLE: stackbrowser.Stackbrowser should accept exception.

2018-06-21 Thread Terry J. Reedy
Change by Terry J. Reedy : -- Removed message: https://bugs.python.org/msg320002 ___ Python tracker ___ ___ Python-bugs-list

[issue33905] IDLE: stackbrowser.Stackbrowser should accept exception.

2018-06-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: Only one of tb and exc may be passed. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue33905] IDLE: stackbrowser.Stackbrowser should accept exception.

2018-06-19 Thread Terry J. Reedy
New submission from Terry J. Reedy : Stackbrowser is currently initialized with a traceback and/or the sys.last_xyz attributes. The latter are not set when unittesting; the test framework somehow prevents this. The tests needed are the ones that will be enabled by Stackbrower accepting an