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 mbussonn
Recipients martin.panter, mbussonn, r.david.murray, rhettinger, serhiy.storchaka
Date 2017-02-17.20:37:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487363855.2.0.77536351524.issue29593@psf.upfronthosting.co.za>
In-reply-to
Content
> makes the error message longer

Out of curiosity is there a guide as to what is considered a too long error message ?

Or is there a technical reason like after a certain length strings are not cached and exception will be slower to construct ? I'm trying to understand why rhettinger would have proposed in his talk to make this specific error message longer and there is a push back now. 

> and since "del" is rarely used for deleting local variables I afraid that it can add confusion in most cases.

> The "del" statement is not the only way to unset the local variable.

Good point, would "or has been unset" be acceptable ?
History
Date User Action Args
2017-02-17 20:37:35mbussonnsetrecipients: + mbussonn, rhettinger, r.david.murray, martin.panter, serhiy.storchaka
2017-02-17 20:37:35mbussonnsetmessageid: <1487363855.2.0.77536351524.issue29593@psf.upfronthosting.co.za>
2017-02-17 20:37:35mbussonnlinkissue29593 messages
2017-02-17 20:37:35mbussonncreate