mwh wrote:

> One difference: I imagine (hope!) the java compiler would complain if
> the deprecated function is referenced, whereas the python version only
> complains if it is called...

The java compiler actually already produces deprecation warnings
during the *compilation phase* (when used with the -deprecation option).
During runtime, no warnings are produced.

Grtz, Irmen.

_______________________________________________
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