> I did not check if there is a bug on this, but if the situation can be fixed > in Py3k, it would be great. I suggest that "help()" either gives a single-line > help for keywords also, or gracefully die down with a proper error string, > telling "<keyword> is a Python keyword" instead of the ugly SyntaxError.
It's very hard to fix. help is a regular function, so it has to conform with the function call syntax. Regards, Martin _______________________________________________ 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