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 Julien H
Recipients Julien H
Date 2020-06-19.08:45:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592556324.45.0.517936041263.issue41030@roundup.psfhosted.org>
In-reply-to
Content
Consider how easy in the REPL it is to hit `up arrow` and then append code to the previously entered command, compared to having to move the cursor back in the command to edit it somewhere in the middle.

Simulated REPL session:

```
dir.iterdir()
> <generator object Path.iterdir at 0x7ff873249660>

<up arrow> .toList()
> [Path(...), Path(...)]
```
History
Date User Action Args
2020-06-19 08:45:24Julien Hsetrecipients: + Julien H
2020-06-19 08:45:24Julien Hsetmessageid: <1592556324.45.0.517936041263.issue41030@roundup.psfhosted.org>
2020-06-19 08:45:24Julien Hlinkissue41030 messages
2020-06-19 08:45:24Julien Hcreate