On Thu, Mar 24, 2011 at 12:05:32PM +0100, demerphq wrote:
> 
> Did i understand this right? Python doesn't allow empty sub
> definitions? Is this hatefulness a consequence of the other hateful
> bits in python?

That would be empty anything that constitutes an attached block. If or
else statements that don't have a body, functions that don't have a
body, lambdas that don't have a body (though python's lambdas are very
limited and a whole pool of hate all on their own), etc.

-J


Reply via email to