Ka-Ping Yee wrote:

> And from a syntax perspective, it's a bad idea.  x[] is much
> more often a typo than an intentional attempt to index a
> zero-dimensional array.

but how often is it a typo?

for example, judging from c.l.python traffic, forgetting to add a return 
statement is a quite common, but I haven't seen anyone arguing that we 
deprecate the implied "return None" behaviour.

</F>

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to