[Python-Dev] Multi-line comments - a case for PEP 3099?

Georg Brandl g.brandl at gmx.net
Tue Jun 19 17:30:23 CEST 2007


Guido van Rossum schrieb:
> On 6/19/07, Georg Brandl <g.brandl at gmx.net> wrote:
> 
>> we got another feature request for multi-line comments.
>>
>> While it is nice to comment out multiple lines at once, every editor
>> that deserves that name can add a '#' to multiple lines.
>>
>> And there's always "if 0" and triple-quoted strings...
> I'd als say that the case for TOOWTDI is pretty clear on that.
> 
> But perhaps we can keep the Py3k discussions on the python-3000 at python.org list?

I haven't really seen this as a python-3000 specific issue. Or are you
referring to the other cross-posting thread?

Georg



More information about the Python-Dev mailing list