> the limit of one expression inside a lambda also seems pointless.
> I also don't like Python's inability to be programmed functionally; side-effects abound, and
it forces separating every little action into a temporary variable and another line.
Are either of these issues addressed by Python 3.0? I've googled around a bit, but not found
anything conclusive.