[Python-Dev] Revert #12085 fix for del attribute error message (original) (raw)

Antoine Pitrou solipsis at pitrou.net
Mon Sep 23 10:45:00 CEST 2013


Le Mon, 23 Sep 2013 18:17:51 +1000, Nick Coghlan <ncoghlan at gmail.com> a écrit :

Here's what I suggest changing that error to: >>> del x Unraisable exception suppressed when calling <bound method C._del__ _of <_main_.C object at 0x7f98b8b61538>> Traceback (most recent call last): File "", line 3, in del RuntimeError: Going away now

Why not simply "Exception automatically caught in [...]" ?

Regards

Antoine.



More information about the Python-Dev mailing list