
March 13, 2020
1:19 a.m.
On Fri, Mar 13, 2020 at 7:10 PM Steven D'Aprano <steve@pearwood.info> wrote:
On Thu, Mar 12, 2020 at 03:02:28PM -0000, Eric Wieser wrote:
TL;DR: should we make `del x` an expression that returns the value of `x`.
What would `del x, y, z` return?
A tuple of the former values of x, y, and z. I don't see what else it could logically do. ChrisA