GHC 2017-09-25

5 comments.

, https://git.io/vdILh in jarun/googler
Okay, your readline capabilities are provided by libedit, not libreadline. That might be the difference. I'll compile python without readline tonight to see if I can reproduce.

, https://git.io/vdILj in jarun/googler
@jarun Sure, good night.

, https://git.io/vdIte in jarun/googler
I fixed up and squashed the commits (you're still the author), but I want to make sure I take a look at and understand the bpo issue before letting this in.

By the way, are you using libedit or libreadline? You just need to provide the output of

```sh
python3 -c 'import readline; print(readline.__doc__)'
```

, https://git.io/vdIvS in jarun/googler
In fact, the prompt message should be printed to stderr, so you want to use `printerr` instead. You can add an `end` kwarg to the current `printerr`.

, https://git.io/vdIv9 in jarun/googler
Space after comma.