On Aug 21, 6:36 am, Jonathan Fine <jf...@pytex.org> wrote:
>     �...@apply
>      def tags():
>          value = []
>          # complicated code
>          return value
>

Is this different from:

tags = []
# complicated code

I can see the argument that you are cleaning up a lot of intermediary
variables upon return, though.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to