On Sun, 11 Nov 2012 18:37:05 -0500, Terry Reedy wrote:

> or if you want them to be identified by keyword only (since 7 positional
> args is a bit much)
> 
> def __init__(self, smtp, login, *, subject, from, to, msg):
> 
> (I forget when this feature was added)

It's a Python 3 feature.



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

Reply via email to