Hi,
I think it would be great if C style(/* */) and C++ style(//)
comments appeared in python3000.
At least I need C style comments and I think they would be useful for
everybody because for example when I am "debugging" program(commenting
code which doesnt work); much easier to comment a block o
On Sun, Dec 23, 2007, Tomy novella wrote:
>
> I think it would be great if C style(/* */) and C++ style(//)
> comments appeared in python3000.
This kind of discussion would be better on python-ideas.
--
Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/
"Typing is cheap.
> I don't see a reason why and, or, not are valid python
> keywords but xor is not. Can this be added in python 3.0 for completeness?
It's already there; it's spelled "!=".
Regards,
Martin
___
Python-3000 mailing list
[email protected]
http://mail.
> At least I need C style comments
If you repost to python-ideas (as Aahz suggested), don't
forget to explain why you *need* such comments.
Python is Turing-complete even without comments at all,
so it is not obvious that anybody could ever need a specific
spelling of comments. What problem are y
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 oper