Hacker News new | ask | show | jobs
by sago 3713 days ago
This is a superficially trivial bit of syntactic sugar, but an example of the way small tweaks can provide big impact. This:

    > do_something(*some_args, *some_more_args)
is rocking my world right at the moment. That's a massive time saving feature I've been waiting for and worth the price of a 3.5 upgrade.
1 comments

Oh cool, I didn't know about this!