2007/12/23, Tomy novella <[EMAIL PROTECTED]>: > I think it would be great if C style(/* */) and C++ style(//) > comments appeared in python3000.
In order to comment block of lines, you can enclose the code between a pair of triple quotes. // already has a meaning: it is the integer division operator. -- Roberto Bonvallet _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
