> What I would like to be able to write is: > > def function( *args, option=False ): > ... (...)
For the same reasons, being able to do the equivalent when calling any given function would be nice as well. e.g. function(first, second, *args, something=True) If something like this is implemented and accepted, it would be a good candidate for 2.X. -- Gustavo Niemeyer http://niemeyer.net _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com