On 5/7/06, Oleg Broytmann <[EMAIL PROTECTED]> wrote:
On Sun, May 07, 2006 at 02:24:08PM -0700, Bill Janssen wrote:
> I think that there is little of advantage in the Java type system to
> be adopted into Python.

   One thing from Java I really miss in Python - declaration what
exception(s) a function/method can raise. Almost nobody almost never
documents this, especially if the function/method calls other functions and
methods.


Checked exceptions are the worst feature of Java in my opinion.  =)


People poorly documenting should not force us to have to make up for their carelessness.  We are all adults after all.

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

Reply via email to