Message188521
> So I'm failing to find any documentation for libedit, but it looks as
> though this error occurs if rl_read_init_file fails to find an
> .editrc file in the appropriate place. If I create an empty .editrc
> file in my home directory, the error disappears. (Having an
> .inputrc file doesn't seem to make a difference either way.)
>
> Perhaps the solution is to ignore an OSError from
> readline.read_init_file in register_readline---i.e., add a try /
> except OSError there.
This sounds fine to me. Can you propose a patch? I'm unlikely to ever have
an OS X machine. |
|
Date |
User |
Action |
Args |
2013-05-06 12:27:25 | pitrou | set | recipients:
+ pitrou, loewis, ronaldoussoren, mark.dickinson, cben, belopolsky, giampaolo.rodola, ned.deily, ezio.melotti, eric.araujo, steven.daprano, r.david.murray, flox, lesmana, tshepang, python-dev, serhiy.storchaka |
2013-05-06 12:27:25 | pitrou | link | issue5845 messages |
2013-05-06 12:27:25 | pitrou | create | |
|