[Python-Dev] deprecated stuff in standard library (original) (raw)
Sjoerd Mullender sjoerd at acm.org
Fri Feb 19 10:33:56 CET 2010
- Previous message: [Python-Dev] some notes from the first part of the lang summit
- Next message: [Python-Dev] deprecated stuff in standard library
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 371 bytes Desc: OpenPGP digital signature URL: <http://mail.python.org/pipermail/python-dev/attachments/20100219/a2026fec/attachment.pgp>
- Previous message: [Python-Dev] some notes from the first part of the lang summit
- Next message: [Python-Dev] deprecated stuff in standard library
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]