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 pitrou
Recipients belopolsky, cben, eric.araujo, ezio.melotti, flox, giampaolo.rodola, lesmana, loewis, mark.dickinson, ned.deily, pitrou, python-dev, r.david.murray, ronaldoussoren, serhiy.storchaka, steven.daprano, tshepang
Date 2013-05-06.12:42:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <118043128.19565446.1367844146413.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1367843654.87.0.33393482562.issue5845@psf.upfronthosting.co.za>
Content
> The attached fixes the issue for me.  I'm not sure whether the try /
> except should only be done on Apple, though.  What's the behaviour
> on Linux if there's no .inputrc file?

Everything works fine under Linux (as usual :-)).
There's no need to restrict the try / except to Apple platforms, though.
History
Date User Action Args
2013-05-06 12:42:32pitrousetrecipients: + 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:42:32pitroulinkissue5845 messages
2013-05-06 12:42:32pitroucreate