Anand Balachandran Pillai schrieb:
> 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.

Try help("lambda")

Or try help(), keywords, lambda ;)

Christian
_______________________________________________
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

Reply via email to