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 gvanrossum
Recipients gvanrossum, terry.reedy
Date 2019-05-05.20:22:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557087746.35.0.383866352803.issue36807@roundup.psfhosted.org>
In-reply-to
Content
This came up during today's final PyCon keynote -- IDLE was called out
as one of the two editors *not* to use when live-coding on Adafruit's
Circuit Playground Express (https://www.adafruit.com/product/3333).

I *think* that the problem referred to is that IDLE doesn't guarantee
that the bits are actually flushed to disk -- they may linger in the
OS filesystem cache.
History
Date User Action Args
2019-05-05 20:22:26gvanrossumsetrecipients: + gvanrossum, terry.reedy
2019-05-05 20:22:26gvanrossumsetmessageid: <1557087746.35.0.383866352803.issue36807@roundup.psfhosted.org>
2019-05-05 20:22:26gvanrossumlinkissue36807 messages
2019-05-05 20:22:26gvanrossumcreate