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.

Author taleinat
Recipients cheryl.sabella, rhettinger, taleinat, terry.reedy
Date 2020-09-19.19:57:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I will highlight the fact that IDLE's shell currently allows no way of showing a progress indicator, beyond extremely simple bar that only fill up from left to right, without any indication of the rightmost limit, a percentage indicator, or a rotating progress indicator. Specifically, all common progress indicator libraries do not work properly in IDLE.

This is a true detriment to interactive work.
History
Date User Action Args
2020-09-19 19:57:03taleinatsetrecipients: + taleinat, rhettinger, terry.reedy, cheryl.sabella
2020-09-19 19:57:03taleinatsetmessageid: <[email protected]>
2020-09-19 19:57:03taleinatlinkissue37827 messages
2020-09-19 19:57:02taleinatcreate