Julien Edmond René Harbulot <julien.harbu...@epfl.ch> added the comment:

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(...)]
```

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41030>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to