I have noticed that deprecated stuff is still being used in the standard
Python library.  When using modules that contain deprecated stuff you
get a warning, and as a mere user there isn't much you can do about that.

As a general rule, the Python standard library should not use deprecated
constructs in non-deprecated (or otherwise deprecated) modules.

The case I am running into is that mhlib uses multifile (in 2.6).

-- 
Sjoerd Mullender

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
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