Message9785

Author zyasoft
Recipients gerlich, zyasoft
Date 2015-04-10.02:05:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428631553.14.0.497725232835.issue2212@psf.upfronthosting.co.za>
In-reply-to
Content
ImportError is the proper exception if the readline module cannot be imported - it should not fail silently.

See for example https://docs.python.org/2/library/rlcompleter.html
History
Date User Action Args
2015-04-10 02:05:53zyasoftsetmessageid: <1428631553.14.0.497725232835.issue2212@psf.upfronthosting.co.za>
2015-04-10 02:05:53zyasoftsetrecipients: + zyasoft, gerlich
2015-04-10 02:05:53zyasoftlinkissue2212 messages
2015-04-10 02:05:52zyasoftcreate