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 steven.daprano
Recipients Marco Sulla, steven.daprano, terry.reedy
Date 2019-11-09.05:11:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573276304.92.0.906235635866.issue38747@roundup.psfhosted.org>
In-reply-to
Content
Marco: there's no need for these to be "slowly" introduced. If the features are worth having in the default REPL, they're worth having as soon as possible, without us artificially slowing the process down. It will be hard enough to get somebody willing and able to do the work without telling them to dribble the features out slowly as well. Trust me on this, the hard part of Python development is getting feature requests implemented *at all*, not that they come too quickly!

You might like to try building these features on top of the pure-Python interactive REPL:

https://docs.python.org/3/library/code.html

or perhaps try adding them to IDLE.

If and when you have something positive to show, you could try re-opening this task with a concrete proof-of-concept using the code module, or perhaps a PR for IDLE.
History
Date User Action Args
2019-11-09 05:11:44steven.dapranosetrecipients: + steven.daprano, terry.reedy, Marco Sulla
2019-11-09 05:11:44steven.dapranosetmessageid: <1573276304.92.0.906235635866.issue38747@roundup.psfhosted.org>
2019-11-09 05:11:44steven.dapranolinkissue38747 messages
2019-11-09 05:11:44steven.dapranocreate