I'm completely new to Python, so please forgive my ignorance.
I thought a good way to learn would be to target it with my code
generation tool that uses CodeDom. However I'm getting an exception
when my code contains empty return statements
(CodeMethodReturnStatement) for methods that return void.

Is this a bug or does it not make sense to return void in Python?
Is there a way around this without breaking other languages?

Cheers,
Nathan
_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to