Delaney, Timothy C (Timothy) wrote:

Is this a style guide thing?

Why not just:

def func(output_param=''):
    output(output=output_param)


This is exactly the problem. There are a bunch of other functions that use output='' parameter. Changing parameter name for this single function may cause confusion.


Bo
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to