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 llllllllll
Recipients llllllllll
Date 2016-06-06.17:46:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465235217.03.0.206339762722.issue27241@psf.upfronthosting.co.za>
In-reply-to
Content
I was trying to add a file and accidently mistyped the name which crashed the repl session. I think it would be nicer to report the failure but bring me back to the prompt so I can decide what I would like to do.

This patch catches any IOErrors that can be raised when adding a file in the repl, reports it to the user, and then returns them to the repl.
History
Date User Action Args
2016-06-06 17:46:57llllllllllsetrecipients: + llllllllll
2016-06-06 17:46:57llllllllllsetmessageid: <1465235217.03.0.206339762722.issue27241@psf.upfronthosting.co.za>
2016-06-06 17:46:56lllllllllllinkissue27241 messages
2016-06-06 17:46:56llllllllllcreate